Class: Aws::Types::AddStreamGroupLocationsOutput
- Inherits:
-
Object
- Object
- Aws::Types::AddStreamGroupLocationsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#locations ⇒ ::Array[Types::LocationState]
Returns the value of attribute locations.
Instance Attribute Details
#identifier ⇒ ::String
Returns the value of attribute identifier.
23 24 25 |
# File 'sig/types.rbs', line 23 def identifier @identifier end |
#locations ⇒ ::Array[Types::LocationState]
Returns the value of attribute locations.
24 25 26 |
# File 'sig/types.rbs', line 24 def locations @locations end |