Class: Aws::Types::AbbreviatedPlan

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_plan_execution::String

Returns the value of attribute active_plan_execution.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def active_plan_execution
  @active_plan_execution
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def description
  @description
end

#execution_role::String

Returns the value of attribute execution_role.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def execution_role
  @execution_role
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def name
  @name
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def owner
  @owner
end

#primary_region::String

Returns the value of attribute primary_region.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def primary_region
  @primary_region
end

#recovery_approach"activeActive", "activePassive"

Returns the value of attribute recovery_approach.

Returns:

  • ("activeActive", "activePassive")


33
34
35
# File 'sig/types.rbs', line 33

def recovery_approach
  @recovery_approach
end

#recovery_time_objective_minutes::Integer

Returns the value of attribute recovery_time_objective_minutes.

Returns:

  • (::Integer)


40
41
42
# File 'sig/types.rbs', line 40

def recovery_time_objective_minutes
  @recovery_time_objective_minutes
end

#regions::Array[::String]

Returns the value of attribute regions.

Returns:

  • (::Array[::String])


32
33
34
# File 'sig/types.rbs', line 32

def regions
  @regions
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


36
37
38
# File 'sig/types.rbs', line 36

def updated_at
  @updated_at
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def version
  @version
end