Class: Aws::Types::ResourceDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#logical_resource_id::String

Returns the value of attribute logical_resource_id.

Returns:

  • (::String)


1448
1449
1450
# File 'sig/types.rbs', line 1448

def logical_resource_id
  @logical_resource_id
end

#resource_identifier::Hash[::String, ::String]

Returns the value of attribute resource_identifier.

Returns:

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


1449
1450
1451
# File 'sig/types.rbs', line 1449

def resource_identifier
  @resource_identifier
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1447
1448
1449
# File 'sig/types.rbs', line 1447

def resource_type
  @resource_type
end