Class: Aws::Types::ResourceProperty

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data.

Returns:

  • (Object)


410
411
412
# File 'sig/types.rbs', line 410

def data
  @data
end

#last_reported_at::Time

Returns the value of attribute last_reported_at.

Returns:

  • (::Time)


409
410
411
# File 'sig/types.rbs', line 409

def last_reported_at
  @last_reported_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


408
409
410
# File 'sig/types.rbs', line 408

def name
  @name
end