Class: Aws::Types::UpdateStreamRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateStreamRequest
- 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.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
5348 5349 5350 |
# File 'sig/types.rbs', line 5348 def description @description end |
#files ⇒ ::Array[Types::StreamFile]
Returns the value of attribute files.
5349 5350 5351 |
# File 'sig/types.rbs', line 5349 def files @files end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
5350 5351 5352 |
# File 'sig/types.rbs', line 5350 def role_arn @role_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
5347 5348 5349 |
# File 'sig/types.rbs', line 5347 def stream_id @stream_id end |