Class: Aws::Types::StreamingDistribution
- Inherits:
-
Object
- Object
- Aws::Types::StreamingDistribution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_trusted_signers ⇒ Types::ActiveTrustedSigners
Returns the value of attribute active_trusted_signers.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#streaming_distribution_config ⇒ Types::StreamingDistributionConfig
Returns the value of attribute streaming_distribution_config.
Instance Attribute Details
#active_trusted_signers ⇒ Types::ActiveTrustedSigners
Returns the value of attribute active_trusted_signers.
3405 3406 3407 |
# File 'sig/types.rbs', line 3405 def active_trusted_signers @active_trusted_signers end |
#arn ⇒ ::String
Returns the value of attribute arn.
3401 3402 3403 |
# File 'sig/types.rbs', line 3401 def arn @arn end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
3404 3405 3406 |
# File 'sig/types.rbs', line 3404 def domain_name @domain_name end |
#id ⇒ ::String
Returns the value of attribute id.
3400 3401 3402 |
# File 'sig/types.rbs', line 3400 def id @id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
3403 3404 3405 |
# File 'sig/types.rbs', line 3403 def last_modified_time @last_modified_time end |
#status ⇒ ::String
Returns the value of attribute status.
3402 3403 3404 |
# File 'sig/types.rbs', line 3402 def status @status end |
#streaming_distribution_config ⇒ Types::StreamingDistributionConfig
Returns the value of attribute streaming_distribution_config.
3406 3407 3408 |
# File 'sig/types.rbs', line 3406 def streaming_distribution_config @streaming_distribution_config end |