Class: Aws::Route53RecoveryControlConfig::Types::CreateRoutingControlResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53recoverycontrolconfig/types.rb

Overview

The result of a successful CreateRoutingControl request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#routing_controlTypes::RoutingControl

The routing control that is created.



395
396
397
398
399
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 395

class CreateRoutingControlResponse < Struct.new(
  :routing_control)
  SENSITIVE = []
  include Aws::Structure
end