Class: Aws::Types::GetStreamingDistributionResult
- Inherits:
-
Object
- Object
- Aws::Types::GetStreamingDistributionResult
- 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.
1898 1899 1900 |
# File 'sig/types.rbs', line 1898 def etag @etag end |
#streaming_distribution ⇒ Types::StreamingDistribution
Returns the value of attribute streaming_distribution.
1897 1898 1899 |
# File 'sig/types.rbs', line 1897 def streaming_distribution @streaming_distribution end |