Class: Aws::Types::AggregationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AggregationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_role_arn ⇒ ::String
Returns the value of attribute access_role_arn.
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
Instance Attribute Details
#access_role_arn ⇒ ::String
Returns the value of attribute access_role_arn.
127 128 129 |
# File 'sig/types.rbs', line 127 def access_role_arn @access_role_arn end |
#account_id ⇒ ::String
Returns the value of attribute account_id.
125 126 127 |
# File 'sig/types.rbs', line 125 def account_id @account_id end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
126 127 128 |
# File 'sig/types.rbs', line 126 def regions @regions end |