Class: Aws::Types::CreateRecoveryPlanStepRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def client_token
  @client_token
end

#configurationTypes::RecoveryPlanStepConfiguration

Returns the value of attribute configuration.



114
115
116
# File 'sig/types.rbs', line 114

def configuration
  @configuration
end

#recovery_plan_arn::String

Returns the value of attribute recovery_plan_arn.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def recovery_plan_arn
  @recovery_plan_arn
end

#step_name::String

Returns the value of attribute step_name.

Returns:

  • (::String)


112
113
114
# File 'sig/types.rbs', line 112

def step_name
  @step_name
end

#step_order::Integer

Returns the value of attribute step_order.

Returns:

  • (::Integer)


113
114
115
# File 'sig/types.rbs', line 113

def step_order
  @step_order
end