Class: Aws::Types::CreateStreamInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateStreamInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#format ⇒ "JSON"
Returns the value of attribute format.
-
#ordering ⇒ "UNORDERED"
Returns the value of attribute ordering.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target_definition ⇒ Types::TargetDefinition
Returns the value of attribute target_definition.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
58 59 60 |
# File 'sig/types.rbs', line 58 def client_token @client_token end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
53 54 55 |
# File 'sig/types.rbs', line 53 def cluster_identifier @cluster_identifier end |
#format ⇒ "JSON"
Returns the value of attribute format.
56 57 58 |
# File 'sig/types.rbs', line 56 def format @format end |
#ordering ⇒ "UNORDERED"
Returns the value of attribute ordering.
55 56 57 |
# File 'sig/types.rbs', line 55 def ordering @ordering end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
57 58 59 |
# File 'sig/types.rbs', line 57 def @tags end |
#target_definition ⇒ Types::TargetDefinition
Returns the value of attribute target_definition.
54 55 56 |
# File 'sig/types.rbs', line 54 def target_definition @target_definition end |