Class: Aws::Types::InstanceProperty

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failedBoolean

Returns the value of attribute failed.

Returns:

  • (Boolean)


95
96
97
# File 'sig/types.rbs', line 95

def failed
  @failed
end

#properties::Hash[::String, ::String]

Returns the value of attribute properties.

Returns:

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


94
95
96
# File 'sig/types.rbs', line 94

def properties
  @properties
end

#seen_at::Time

Returns the value of attribute seen_at.

Returns:

  • (::Time)


93
94
95
# File 'sig/types.rbs', line 93

def seen_at
  @seen_at
end