Class: Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


2361
2362
2363
# File 'sig/types.rbs', line 2361

def namespace
  @namespace
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


2362
2363
2364
# File 'sig/types.rbs', line 2362

def value
  @value
end