Class: Aws::Types::DescribeAccountResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAccountResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dedicated_tenancy_account_type ⇒ "SOURCE_ACCOUNT", "TARGET_ACCOUNT"
Returns the value of attribute dedicated_tenancy_account_type.
-
#dedicated_tenancy_management_cidr_range ⇒ ::String
Returns the value of attribute dedicated_tenancy_management_cidr_range.
-
#dedicated_tenancy_support ⇒ "ENABLED", "DISABLED"
Returns the value of attribute dedicated_tenancy_support.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#dedicated_tenancy_account_type ⇒ "SOURCE_ACCOUNT", "TARGET_ACCOUNT"
Returns the value of attribute dedicated_tenancy_account_type.
529 530 531 |
# File 'sig/types.rbs', line 529 def dedicated_tenancy_account_type @dedicated_tenancy_account_type end |
#dedicated_tenancy_management_cidr_range ⇒ ::String
Returns the value of attribute dedicated_tenancy_management_cidr_range.
528 529 530 |
# File 'sig/types.rbs', line 528 def dedicated_tenancy_management_cidr_range @dedicated_tenancy_management_cidr_range end |
#dedicated_tenancy_support ⇒ "ENABLED", "DISABLED"
Returns the value of attribute dedicated_tenancy_support.
527 528 529 |
# File 'sig/types.rbs', line 527 def dedicated_tenancy_support @dedicated_tenancy_support end |
#message ⇒ ::String
Returns the value of attribute message.
530 531 532 |
# File 'sig/types.rbs', line 530 def @message end |