Class: Aws::Types::ResourceIdentifier

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


333
334
335
# File 'sig/types.rbs', line 333

def resource_arn
  @resource_arn
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


334
335
336
# File 'sig/types.rbs', line 334

def resource_type
  @resource_type
end