Class: Aws::Types::RemoveStreamGroupLocationsInput
- Inherits:
-
Object
- Object
- Aws::Types::RemoveStreamGroupLocationsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#locations ⇒ ::Array[::String]
Returns the value of attribute locations.
Instance Attribute Details
#identifier ⇒ ::String
Returns the value of attribute identifier.
458 459 460 |
# File 'sig/types.rbs', line 458 def identifier @identifier end |
#locations ⇒ ::Array[::String]
Returns the value of attribute locations.
459 460 461 |
# File 'sig/types.rbs', line 459 def locations @locations end |