Class: Aws::Types::StreamingDistributionConfig
- Inherits:
-
Object
- Object
- Aws::Types::StreamingDistributionConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aliases ⇒ Types::Aliases
Returns the value of attribute aliases.
-
#caller_reference ⇒ ::String
Returns the value of attribute caller_reference.
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#logging ⇒ Types::StreamingLoggingConfig
Returns the value of attribute logging.
-
#price_class ⇒ "PriceClass_100", ...
Returns the value of attribute price_class.
-
#s3_origin ⇒ Types::S3Origin
Returns the value of attribute s3_origin.
-
#trusted_signers ⇒ Types::TrustedSigners
Returns the value of attribute trusted_signers.
Instance Attribute Details
#aliases ⇒ Types::Aliases
Returns the value of attribute aliases.
3418 3419 3420 |
# File 'sig/types.rbs', line 3418 def aliases @aliases end |
#caller_reference ⇒ ::String
Returns the value of attribute caller_reference.
3416 3417 3418 |
# File 'sig/types.rbs', line 3416 def caller_reference @caller_reference end |
#comment ⇒ ::String
Returns the value of attribute comment.
3419 3420 3421 |
# File 'sig/types.rbs', line 3419 def comment @comment end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
3423 3424 3425 |
# File 'sig/types.rbs', line 3423 def enabled @enabled end |
#logging ⇒ Types::StreamingLoggingConfig
Returns the value of attribute logging.
3420 3421 3422 |
# File 'sig/types.rbs', line 3420 def logging @logging end |
#price_class ⇒ "PriceClass_100", ...
Returns the value of attribute price_class.
3422 3423 3424 |
# File 'sig/types.rbs', line 3422 def price_class @price_class end |
#s3_origin ⇒ Types::S3Origin
Returns the value of attribute s3_origin.
3417 3418 3419 |
# File 'sig/types.rbs', line 3417 def s3_origin @s3_origin end |
#trusted_signers ⇒ Types::TrustedSigners
Returns the value of attribute trusted_signers.
3421 3422 3423 |
# File 'sig/types.rbs', line 3421 def trusted_signers @trusted_signers end |