Class: Aws::Types::CreateRunGroupResponse

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:

  • (::String)


368
369
370
# File 'sig/types.rbs', line 368

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def id
  @id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


370
371
372
# File 'sig/types.rbs', line 370

def tags
  @tags
end