Class: Aws::Types::StartJobRunResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



622
623
624
# File 'sig/types.rbs', line 622

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:



620
621
622
# File 'sig/types.rbs', line 620

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:



621
622
623
# File 'sig/types.rbs', line 621

def name
  @name
end

#virtual_cluster_id::String

Returns the value of attribute virtual_cluster_id.

Returns:



623
624
625
# File 'sig/types.rbs', line 623

def virtual_cluster_id
  @virtual_cluster_id
end