Class: Aws::Types::RescoreExecutionPlanSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


105
106
107
# File 'sig/types.rbs', line 105

def created_at
  @created_at
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def name
  @name
end

#status ⇒ "CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "UPDATING", "ACTIVE", "DELETING", "FAILED")


107
108
109
# File 'sig/types.rbs', line 107

def status
  @status
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


106
107
108
# File 'sig/types.rbs', line 106

def updated_at
  @updated_at
end