Class: Aws::Types::UpdateStreamGroupInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateStreamGroupInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_application_identifier ⇒ ::String
Returns the value of attribute default_application_identifier.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#location_configurations ⇒ ::Array[Types::LocationConfiguration]
Returns the value of attribute location_configurations.
Instance Attribute Details
#default_application_identifier ⇒ ::String
Returns the value of attribute default_application_identifier.
663 664 665 |
# File 'sig/types.rbs', line 663 def default_application_identifier @default_application_identifier end |
#description ⇒ ::String
Returns the value of attribute description.
662 663 664 |
# File 'sig/types.rbs', line 662 def description @description end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
660 661 662 |
# File 'sig/types.rbs', line 660 def identifier @identifier end |
#location_configurations ⇒ ::Array[Types::LocationConfiguration]
Returns the value of attribute location_configurations.
661 662 663 |
# File 'sig/types.rbs', line 661 def location_configurations @location_configurations end |