Class: Aws::Types::Organization
- Inherits:
-
Object
- Object
- Aws::Types::Organization
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#available_policy_types ⇒ ::Array[Types::PolicyTypeSummary]
Returns the value of attribute available_policy_types.
-
#feature_set ⇒ "ALL", "CONSOLIDATED_BILLING"
Returns the value of attribute feature_set.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#master_account_arn ⇒ ::String
Returns the value of attribute master_account_arn.
-
#master_account_email ⇒ ::String
Returns the value of attribute master_account_email.
-
#master_account_id ⇒ ::String
Returns the value of attribute master_account_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
817 818 819 |
# File 'sig/types.rbs', line 817 def arn @arn end |
#available_policy_types ⇒ ::Array[Types::PolicyTypeSummary]
Returns the value of attribute available_policy_types.
822 823 824 |
# File 'sig/types.rbs', line 822 def available_policy_types @available_policy_types end |
#feature_set ⇒ "ALL", "CONSOLIDATED_BILLING"
Returns the value of attribute feature_set.
818 819 820 |
# File 'sig/types.rbs', line 818 def feature_set @feature_set end |
#id ⇒ ::String
Returns the value of attribute id.
816 817 818 |
# File 'sig/types.rbs', line 816 def id @id end |
#master_account_arn ⇒ ::String
Returns the value of attribute master_account_arn.
819 820 821 |
# File 'sig/types.rbs', line 819 def master_account_arn @master_account_arn end |
#master_account_email ⇒ ::String
Returns the value of attribute master_account_email.
821 822 823 |
# File 'sig/types.rbs', line 821 def master_account_email @master_account_email end |
#master_account_id ⇒ ::String
Returns the value of attribute master_account_id.
820 821 822 |
# File 'sig/types.rbs', line 820 def master_account_id @master_account_id end |