Class: Aws::Types::Account

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def 
  @account_id
end

#account_status"Suspended", "Active"

Returns the value of attribute account_status.

Returns:

  • ("Suspended", "Active")


25
26
27
# File 'sig/types.rbs', line 25

def 
  @account_status
end

#account_type"Team", ...

Returns the value of attribute account_type.

Returns:

  • ("Team", "EnterpriseDirectory", "EnterpriseLWA", "EnterpriseOIDC")


21
22
23
# File 'sig/types.rbs', line 21

def 
  @account_type
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def 
  
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


22
23
24
# File 'sig/types.rbs', line 22

def created_timestamp
  @created_timestamp
end

#default_license"Basic", ...

Returns the value of attribute default_license.

Returns:

  • ("Basic", "Plus", "Pro", "ProTrial")


23
24
25
# File 'sig/types.rbs', line 23

def default_license
  @default_license
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def name
  @name
end

#signin_delegate_groups::Array[Types::SigninDelegateGroup]

Returns the value of attribute signin_delegate_groups.

Returns:



26
27
28
# File 'sig/types.rbs', line 26

def 
  @signin_delegate_groups
end

#supported_licenses::Array[("Basic" | "Plus" | "Pro" | "ProTrial")]

Returns the value of attribute supported_licenses.

Returns:

  • (::Array[("Basic" | "Plus" | "Pro" | "ProTrial")])


24
25
26
# File 'sig/types.rbs', line 24

def supported_licenses
  @supported_licenses
end