Class: Aws::Types::FargateDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#issues::Array[::String]

Returns the value of attribute issues.

Returns:

  • (::Array[::String])


1131
1132
1133
# File 'sig/types.rbs', line 1131

def issues
  @issues
end

#management_type"AUTO_MANAGED", ...

Returns the value of attribute management_type.

Returns:

  • ("AUTO_MANAGED", "MANUAL", "DISABLED")


1132
1133
1134
# File 'sig/types.rbs', line 1132

def management_type
  @management_type
end