Class: Aws::Types::ContainerDistributionConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_tags ⇒ ::Array[::String]

Returns the value of attribute container_tags.

Returns:

  • (::Array[::String])


186
187
188
# File 'sig/types.rbs', line 186

def container_tags
  @container_tags
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


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