Class: Aws::Types::AwsEcsContainerDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image::String

Returns the value of attribute image.

Returns:

  • (::String)


2106
2107
2108
# File 'sig/types.rbs', line 2106

def image
  @image
end

#mount_points::Array[Types::AwsMountPoint]

Returns the value of attribute mount_points.

Returns:



2107
2108
2109
# File 'sig/types.rbs', line 2107

def mount_points
  @mount_points
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2105
2106
2107
# File 'sig/types.rbs', line 2105

def name
  @name
end

#privilegedBoolean

Returns the value of attribute privileged.

Returns:

  • (Boolean)


2108
2109
2110
# File 'sig/types.rbs', line 2108

def privileged
  @privileged
end