Class: Aws::Types::AwsEcsMetadataDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#details_group::String

Returns the value of attribute details_group.

Returns:

  • (::String)


266
267
268
# File 'sig/types.rbs', line 266

def details_group
  @details_group
end

#task_definition_arn::String

Returns the value of attribute task_definition_arn.

Returns:

  • (::String)


267
268
269
# File 'sig/types.rbs', line 267

def task_definition_arn
  @task_definition_arn
end