Class: Aws::Types::CreateStreamingDistributionResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateStreamingDistributionResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#streaming_distribution ⇒ Types::StreamingDistribution
Returns the value of attribute streaming_distribution.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
775 776 777 |
# File 'sig/types.rbs', line 775 def etag @etag end |
#location ⇒ ::String
Returns the value of attribute location.
774 775 776 |
# File 'sig/types.rbs', line 774 def location @location end |
#streaming_distribution ⇒ Types::StreamingDistribution
Returns the value of attribute streaming_distribution.
773 774 775 |
# File 'sig/types.rbs', line 773 def streaming_distribution @streaming_distribution end |