Class: Aws::Types::UpdateStreamingDistributionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateStreamingDistributionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#if_match ⇒ ::String
Returns the value of attribute if_match.
-
#streaming_distribution_config ⇒ Types::StreamingDistributionConfig
Returns the value of attribute streaming_distribution_config.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
4152 4153 4154 |
# File 'sig/types.rbs', line 4152 def id @id end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
4153 4154 4155 |
# File 'sig/types.rbs', line 4153 def if_match @if_match end |
#streaming_distribution_config ⇒ Types::StreamingDistributionConfig
Returns the value of attribute streaming_distribution_config.
4151 4152 4153 |
# File 'sig/types.rbs', line 4151 def streaming_distribution_config @streaming_distribution_config end |