Class: Aws::Types::UpdateWorkloadRequest

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)


591
592
593
# File 'sig/types.rbs', line 591

def component_name
  @component_name
end

#resource_group_name::String

Returns the value of attribute resource_group_name.

Returns:

  • (::String)


590
591
592
# File 'sig/types.rbs', line 590

def resource_group_name
  @resource_group_name
end

#workload_configurationTypes::WorkloadConfiguration

Returns the value of attribute workload_configuration.



593
594
595
# File 'sig/types.rbs', line 593

def workload_configuration
  @workload_configuration
end

#workload_id::String

Returns the value of attribute workload_id.

Returns:

  • (::String)


592
593
594
# File 'sig/types.rbs', line 592

def workload_id
  @workload_id
end