Class: Aws::Types::DistributionConfigurationSummary
- Inherits:
-
Object
- Object
- Aws::Types::DistributionConfigurationSummary
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
604 605 606 |
# File 'sig/types.rbs', line 604 def arn @arn end |
#date_created ⇒ ::String
Returns the value of attribute date_created.
607 608 609 |
# File 'sig/types.rbs', line 607 def date_created @date_created end |
#date_updated ⇒ ::String
Returns the value of attribute date_updated.
608 609 610 |
# File 'sig/types.rbs', line 608 def date_updated @date_updated end |
#description ⇒ ::String
Returns the value of attribute description.
606 607 608 |
# File 'sig/types.rbs', line 606 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
605 606 607 |
# File 'sig/types.rbs', line 605 def name @name end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
610 611 612 |
# File 'sig/types.rbs', line 610 def regions @regions end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
609 610 611 |
# File 'sig/types.rbs', line 609 def @tags end |