Class: Aws::ARCRegionswitch::Types::ArcRoutingControlState
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::ArcRoutingControlState
- Defined in:
- gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb
Overview
Represents the state of an ARC routing control.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#routing_control_arn ⇒ String
The Amazon Resource Name (ARN) of a routing control.
-
#state ⇒ String
The state of an ARC routing control, On or Off.
Instance Attribute Details
#routing_control_arn ⇒ String
The Amazon Resource Name (ARN) of a routing control.
258 259 260 261 262 263 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 258 class ArcRoutingControlState < Struct.new( :routing_control_arn, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of an ARC routing control, On or Off.
258 259 260 261 262 263 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 258 class ArcRoutingControlState < Struct.new( :routing_control_arn, :state) SENSITIVE = [] include Aws::Structure end |