Class: Aws::Types::AddWorkloadRequest

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)


18
19
20
# File 'sig/types.rbs', line 18

def component_name
  @component_name
end

#resource_group_name::String

Returns the value of attribute resource_group_name.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def resource_group_name
  @resource_group_name
end

#workload_configurationTypes::WorkloadConfiguration

Returns the value of attribute workload_configuration.



19
20
21
# File 'sig/types.rbs', line 19

def workload_configuration
  @workload_configuration
end