Class: Aws::Types::RecoveryPlanStep

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::RecoveryPlanStepConfiguration

Returns the value of attribute configuration.



1070
1071
1072
# File 'sig/types.rbs', line 1070

def configuration
  @configuration
end

#created_at::String

Returns the value of attribute created_at.

Returns:

  • (::String)


1071
1072
1073
# File 'sig/types.rbs', line 1071

def created_at
  @created_at
end

#recovery_plan_step_arn::String

Returns the value of attribute recovery_plan_step_arn.

Returns:

  • (::String)


1067
1068
1069
# File 'sig/types.rbs', line 1067

def recovery_plan_step_arn
  @recovery_plan_step_arn
end

#step_name::String

Returns the value of attribute step_name.

Returns:

  • (::String)


1069
1070
1071
# File 'sig/types.rbs', line 1069

def step_name
  @step_name
end

#step_order::Integer

Returns the value of attribute step_order.

Returns:

  • (::Integer)


1068
1069
1070
# File 'sig/types.rbs', line 1068

def step_order
  @step_order
end

#updated_at::String

Returns the value of attribute updated_at.

Returns:

  • (::String)


1072
1073
1074
# File 'sig/types.rbs', line 1072

def updated_at
  @updated_at
end