Class: Aws::Types::ContainerDistributionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ContainerDistributionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_tags ⇒ ::Array[::String]
Returns the value of attribute container_tags.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#target_repository ⇒ Types::TargetContainerRepository
Returns the value of attribute target_repository.
Instance Attribute Details
#container_tags ⇒ ::Array[::String]
Returns the value of attribute container_tags.
186 187 188 |
# File 'sig/types.rbs', line 186 def @container_tags end |
#description ⇒ ::String
Returns the value of attribute description.
185 186 187 |
# File 'sig/types.rbs', line 185 def description @description end |
#target_repository ⇒ Types::TargetContainerRepository
Returns the value of attribute target_repository.
187 188 189 |
# File 'sig/types.rbs', line 187 def target_repository @target_repository end |