Class: Aws::Types::GetStreamingDistributionConfigResult
- Inherits:
-
Object
- Object
- Aws::Types::GetStreamingDistributionConfigResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#streaming_distribution_config ⇒ Types::StreamingDistributionConfig
Returns the value of attribute streaming_distribution_config.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
1887 1888 1889 |
# File 'sig/types.rbs', line 1887 def etag @etag end |
#streaming_distribution_config ⇒ Types::StreamingDistributionConfig
Returns the value of attribute streaming_distribution_config.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def streaming_distribution_config @streaming_distribution_config end |