Class: Aws::Types::UpdateStreamingDistributionResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateStreamingDistributionResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#streaming_distribution ⇒ Types::StreamingDistribution
Returns the value of attribute streaming_distribution.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
4159 4160 4161 |
# File 'sig/types.rbs', line 4159 def etag @etag end |
#streaming_distribution ⇒ Types::StreamingDistribution
Returns the value of attribute streaming_distribution.
4158 4159 4160 |
# File 'sig/types.rbs', line 4158 def streaming_distribution @streaming_distribution end |