Documentation ¶
Index ¶
- Variables
- type Account
- func (*Account) Descriptor() ([]byte, []int)deprecated
- func (x *Account) GetId() string
- func (x *Account) GetMetadata() map[string]string
- func (x *Account) GetName() string
- func (*Account) ProtoMessage()
- func (x *Account) ProtoReflect() protoreflect.Message
- func (x *Account) Reset()
- func (x *Account) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_types_aws_v1_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct { // The AWS account id. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // The account name. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // The attributes (key/value pair) of the account. If hierarchy is supported, it will be // separated by '/', such as 'metakey/subkey=value'. Supported attributes include 'createTime'. // If the account is a master (or payer) account, additional attributes include 'bucketName', // 'lastModified' (last timestamp AWS updated CUR), 'prefix', 'reportName', 'roleArn', and // 'lastImported' (last timestamp CUR is imported to Alphaus). Metadata map[string]string `` /* 157-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Account) Descriptor
deprecated
func (*Account) GetMetadata ¶ added in v0.6.18
func (*Account) ProtoMessage ¶
func (*Account) ProtoMessage()
func (*Account) ProtoReflect ¶
func (x *Account) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.