Class: Aws::Types::ModifyStreamingPropertiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyStreamingPropertiesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#streaming_properties ⇒ Types::StreamingProperties
Returns the value of attribute streaming_properties.
Instance Attribute Details
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def resource_id @resource_id end |
#streaming_properties ⇒ Types::StreamingProperties
Returns the value of attribute streaming_properties.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def streaming_properties @streaming_properties end |