Class: Aws::Types::AddStreamGroupLocationsInput
- Inherits:
-
Object
- Object
- Aws::Types::AddStreamGroupLocationsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#location_configurations ⇒ ::Array[Types::LocationConfiguration]
Returns the value of attribute location_configurations.
Instance Attribute Details
#identifier ⇒ ::String
Returns the value of attribute identifier.
17 18 19 |
# File 'sig/types.rbs', line 17 def identifier @identifier end |
#location_configurations ⇒ ::Array[Types::LocationConfiguration]
Returns the value of attribute location_configurations.
18 19 20 |
# File 'sig/types.rbs', line 18 def location_configurations @location_configurations end |