Class: Aws::Types::CreateStreamRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateStreamRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#files ⇒ ::Array[Types::StreamFile]
Returns the value of attribute files.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def description @description end |
#files ⇒ ::Array[Types::StreamFile]
Returns the value of attribute files.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def files @files end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def role_arn @role_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def stream_id @stream_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def @tags end |