Class: Aws::Types::ScannedResource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#managed_by_stackBoolean

Returns the value of attribute managed_by_stack.

Returns:

  • (Boolean)


1564
1565
1566
# File 'sig/types.rbs', line 1564

def managed_by_stack
  @managed_by_stack
end

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

Returns the value of attribute resource_identifier.

Returns:

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


1563
1564
1565
# File 'sig/types.rbs', line 1563

def resource_identifier
  @resource_identifier
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1562
1563
1564
# File 'sig/types.rbs', line 1562

def resource_type
  @resource_type
end