Class: Aws::Types::ResourceResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#component_id ⇒ ::String

Returns the value of attribute component_id.

Returns:

  • (::String)


418
419
420
# File 'sig/types.rbs', line 418

def component_id
  @component_id
end

#last_checked_timestamp ⇒ ::Time

Returns the value of attribute last_checked_timestamp.

Returns:

  • (::Time)


419
420
421
# File 'sig/types.rbs', line 419

def last_checked_timestamp
  @last_checked_timestamp
end

#readiness ⇒ "READY", ...

Returns the value of attribute readiness.

Returns:

  • ("READY", "NOT_READY", "UNKNOWN", "NOT_AUTHORIZED")


420
421
422
# File 'sig/types.rbs', line 420

def readiness
  @readiness
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


421
422
423
# File 'sig/types.rbs', line 421

def resource_arn
  @resource_arn
end