Class: Aws::Types::CreateStreamGroupInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateStreamGroupInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#default_application_identifier ⇒ ::String
Returns the value of attribute default_application_identifier.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#location_configurations ⇒ ::Array[Types::LocationConfiguration]
Returns the value of attribute location_configurations.
-
#stream_class ⇒ "gen4n_high", ...
Returns the value of attribute stream_class.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
92 93 94 |
# File 'sig/types.rbs', line 92 def client_token @client_token end |
#default_application_identifier ⇒ ::String
Returns the value of attribute default_application_identifier.
89 90 91 |
# File 'sig/types.rbs', line 89 def default_application_identifier @default_application_identifier end |
#description ⇒ ::String
Returns the value of attribute description.
87 88 89 |
# File 'sig/types.rbs', line 87 def description @description end |
#location_configurations ⇒ ::Array[Types::LocationConfiguration]
Returns the value of attribute location_configurations.
90 91 92 |
# File 'sig/types.rbs', line 90 def location_configurations @location_configurations end |
#stream_class ⇒ "gen4n_high", ...
Returns the value of attribute stream_class.
88 89 90 |
# File 'sig/types.rbs', line 88 def stream_class @stream_class end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
91 92 93 |
# File 'sig/types.rbs', line 91 def @tags end |