Class: Aws::Types::StreamingDistributionSummary
- Inherits:
-
Object
- Object
- Aws::Types::StreamingDistributionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aliases ⇒ Types::Aliases
Returns the value of attribute aliases.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#price_class ⇒ "PriceClass_100", ...
Returns the value of attribute price_class.
-
#s3_origin ⇒ Types::S3Origin
Returns the value of attribute s3_origin.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#trusted_signers ⇒ Types::TrustedSigners
Returns the value of attribute trusted_signers.
Instance Attribute Details
#aliases ⇒ Types::Aliases
Returns the value of attribute aliases.
3455 3456 3457 |
# File 'sig/types.rbs', line 3455 def aliases @aliases end |
#arn ⇒ ::String
Returns the value of attribute arn.
3450 3451 3452 |
# File 'sig/types.rbs', line 3450 def arn @arn end |
#comment ⇒ ::String
Returns the value of attribute comment.
3457 3458 3459 |
# File 'sig/types.rbs', line 3457 def comment @comment end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
3453 3454 3455 |
# File 'sig/types.rbs', line 3453 def domain_name @domain_name end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
3459 3460 3461 |
# File 'sig/types.rbs', line 3459 def enabled @enabled end |
#id ⇒ ::String
Returns the value of attribute id.
3449 3450 3451 |
# File 'sig/types.rbs', line 3449 def id @id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
3452 3453 3454 |
# File 'sig/types.rbs', line 3452 def last_modified_time @last_modified_time end |
#price_class ⇒ "PriceClass_100", ...
Returns the value of attribute price_class.
3458 3459 3460 |
# File 'sig/types.rbs', line 3458 def price_class @price_class end |
#s3_origin ⇒ Types::S3Origin
Returns the value of attribute s3_origin.
3454 3455 3456 |
# File 'sig/types.rbs', line 3454 def s3_origin @s3_origin end |
#status ⇒ ::String
Returns the value of attribute status.
3451 3452 3453 |
# File 'sig/types.rbs', line 3451 def status @status end |
#trusted_signers ⇒ Types::TrustedSigners
Returns the value of attribute trusted_signers.
3456 3457 3458 |
# File 'sig/types.rbs', line 3456 def trusted_signers @trusted_signers end |