Class: Aws::Types::DescribeRescoreExecutionPlanResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def arn
  @arn
end

#capacity_units ⇒ Types::CapacityUnitsConfiguration

Returns the value of attribute capacity_units.



56
57
58
# File 'sig/types.rbs', line 56

def capacity_units
  @capacity_units
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


57
58
59
# File 'sig/types.rbs', line 57

def created_at
  @created_at
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def description
  @description
end

#error_message ⇒ ::String

Returns the value of attribute error_message.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def error_message
  @error_message
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def name
  @name
end

#status ⇒ "CREATING", ...

Returns the value of attribute status.

Returns:

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


59
60
61
# File 'sig/types.rbs', line 59

def status
  @status
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


58
59
60
# File 'sig/types.rbs', line 58

def updated_at
  @updated_at
end