Class: Aws::Types::ScannedResourceIdentifier

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute resource_identifier.

Returns:

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


1570
1571
1572
# File 'sig/types.rbs', line 1570

def resource_identifier
  @resource_identifier
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1569
1570
1571
# File 'sig/types.rbs', line 1569

def resource_type
  @resource_type
end