Class: Aws::Types::DescribeWorkloadRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def 
  @account_id
end

#component_name::String

Returns the value of attribute component_name.

Returns:

  • (::String)


246
247
248
# File 'sig/types.rbs', line 246

def component_name
  @component_name
end

#resource_group_name::String

Returns the value of attribute resource_group_name.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def resource_group_name
  @resource_group_name
end

#workload_id::String

Returns the value of attribute workload_id.

Returns:

  • (::String)


247
248
249
# File 'sig/types.rbs', line 247

def workload_id
  @workload_id
end