Class: Aws::Types::RemoveWorkloadRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#component_name::String

Returns the value of attribute component_name.

Returns:

  • (::String)


470
471
472
# File 'sig/types.rbs', line 470

def component_name
  @component_name
end

#resource_group_name::String

Returns the value of attribute resource_group_name.

Returns:

  • (::String)


469
470
471
# File 'sig/types.rbs', line 469

def resource_group_name
  @resource_group_name
end

#workload_id::String

Returns the value of attribute workload_id.

Returns:

  • (::String)


471
472
473
# File 'sig/types.rbs', line 471

def workload_id
  @workload_id
end