Class: Aws::Types::DistributionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DistributionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#date_created ⇒ ::String
Returns the value of attribute date_created.
-
#date_updated ⇒ ::String
Returns the value of attribute date_updated.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#distributions ⇒ ::Array[Types::Distribution]
Returns the value of attribute distributions.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#timeout_minutes ⇒ ::Integer
Returns the value of attribute timeout_minutes.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
592 593 594 |
# File 'sig/types.rbs', line 592 def arn @arn end |
#date_created ⇒ ::String
Returns the value of attribute date_created.
597 598 599 |
# File 'sig/types.rbs', line 597 def date_created @date_created end |
#date_updated ⇒ ::String
Returns the value of attribute date_updated.
598 599 600 |
# File 'sig/types.rbs', line 598 def date_updated @date_updated end |
#description ⇒ ::String
Returns the value of attribute description.
594 595 596 |
# File 'sig/types.rbs', line 594 def description @description end |
#distributions ⇒ ::Array[Types::Distribution]
Returns the value of attribute distributions.
595 596 597 |
# File 'sig/types.rbs', line 595 def distributions @distributions end |
#name ⇒ ::String
Returns the value of attribute name.
593 594 595 |
# File 'sig/types.rbs', line 593 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
599 600 601 |
# File 'sig/types.rbs', line 599 def end |
#timeout_minutes ⇒ ::Integer
Returns the value of attribute timeout_minutes.
596 597 598 |
# File 'sig/types.rbs', line 596 def timeout_minutes @timeout_minutes end |