Class: Aws::Types::UpdateStreamInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateStreamInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_version ⇒ ::String
Returns the value of attribute current_version.
-
#device_name ⇒ ::String
Returns the value of attribute device_name.
-
#media_type ⇒ ::String
Returns the value of attribute media_type.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
Instance Attribute Details
#current_version ⇒ ::String
Returns the value of attribute current_version.
611 612 613 |
# File 'sig/types.rbs', line 611 def current_version @current_version end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
612 613 614 |
# File 'sig/types.rbs', line 612 def device_name @device_name end |
#media_type ⇒ ::String
Returns the value of attribute media_type.
613 614 615 |
# File 'sig/types.rbs', line 613 def media_type @media_type end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
610 611 612 |
# File 'sig/types.rbs', line 610 def stream_arn @stream_arn end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
609 610 611 |
# File 'sig/types.rbs', line 609 def stream_name @stream_name end |