Class: Aws::Types::CreateAggregatorV2Request
- Inherits:
-
Object
- Object
- Aws::Types::CreateAggregatorV2Request
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#linked_regions ⇒ ::Array[::String]
Returns the value of attribute linked_regions.
-
#region_linking_mode ⇒ ::String
Returns the value of attribute region_linking_mode.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
5109 5110 5111 |
# File 'sig/types.rbs', line 5109 def client_token @client_token end |
#linked_regions ⇒ ::Array[::String]
Returns the value of attribute linked_regions.
5107 5108 5109 |
# File 'sig/types.rbs', line 5107 def linked_regions @linked_regions end |
#region_linking_mode ⇒ ::String
Returns the value of attribute region_linking_mode.
5106 5107 5108 |
# File 'sig/types.rbs', line 5106 def region_linking_mode @region_linking_mode end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
5108 5109 5110 |
# File 'sig/types.rbs', line 5108 def @tags end |