Class: Aws::Types::ResourceIdentifierSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#logical_resource_ids::Array[::String]

Returns the value of attribute logical_resource_ids.

Returns:

  • (::Array[::String])


1471
1472
1473
# File 'sig/types.rbs', line 1471

def logical_resource_ids
  @logical_resource_ids
end

#resource_identifiers::Array[::String]

Returns the value of attribute resource_identifiers.

Returns:

  • (::Array[::String])


1472
1473
1474
# File 'sig/types.rbs', line 1472

def resource_identifiers
  @resource_identifiers
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1470
1471
1472
# File 'sig/types.rbs', line 1470

def resource_type
  @resource_type
end