Class: Aws::Types::Account
- Inherits:
-
Object
- Object
- Aws::Types::Account
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#account_status ⇒ "Suspended", "Active"
Returns the value of attribute account_status.
-
#account_type ⇒ "Team", ...
Returns the value of attribute account_type.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#default_license ⇒ "Basic", ...
Returns the value of attribute default_license.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#signin_delegate_groups ⇒ ::Array[Types::SigninDelegateGroup]
Returns the value of attribute signin_delegate_groups.
-
#supported_licenses ⇒ ::Array[("Basic" | "Plus" | "Pro" | "ProTrial")]
Returns the value of attribute supported_licenses.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
19 20 21 |
# File 'sig/types.rbs', line 19 def account_id @account_id end |
#account_status ⇒ "Suspended", "Active"
Returns the value of attribute account_status.
25 26 27 |
# File 'sig/types.rbs', line 25 def account_status @account_status end |
#account_type ⇒ "Team", ...
Returns the value of attribute account_type.
21 22 23 |
# File 'sig/types.rbs', line 21 def account_type @account_type end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
18 19 20 |
# File 'sig/types.rbs', line 18 def aws_account_id @aws_account_id end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
22 23 24 |
# File 'sig/types.rbs', line 22 def end |
#default_license ⇒ "Basic", ...
Returns the value of attribute default_license.
23 24 25 |
# File 'sig/types.rbs', line 23 def default_license @default_license end |
#name ⇒ ::String
Returns the value of attribute name.
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.
26 27 28 |
# File 'sig/types.rbs', line 26 def signin_delegate_groups @signin_delegate_groups end |
#supported_licenses ⇒ ::Array[("Basic" | "Plus" | "Pro" | "ProTrial")]
Returns the value of attribute supported_licenses.
24 25 26 |
# File 'sig/types.rbs', line 24 def supported_licenses @supported_licenses end |