Class: Aws::Types::OrganizationAggregationSource
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationAggregationSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#all_aws_regions ⇒ Boolean
Returns the value of attribute all_aws_regions.
-
#aws_regions ⇒ ::Array[::String]
Returns the value of attribute aws_regions.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#all_aws_regions ⇒ Boolean
Returns the value of attribute all_aws_regions.
1594 1595 1596 |
# File 'sig/types.rbs', line 1594 def all_aws_regions @all_aws_regions end |
#aws_regions ⇒ ::Array[::String]
Returns the value of attribute aws_regions.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def aws_regions @aws_regions end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def role_arn @role_arn end |