Class: Aws::EC2::Types::RouteTableAssociationState
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RouteTableAssociationState
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the state of an association between a route table and a subnet or gateway.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
The state of the association.
-
#status_message ⇒ String
The status message, if applicable.
Instance Attribute Details
#state ⇒ String
The state of the association.
59593 59594 59595 59596 59597 59598 |
# File 'lib/aws-sdk-ec2/types.rb', line 59593 class RouteTableAssociationState < Struct.new( :state, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message, if applicable.
59593 59594 59595 59596 59597 59598 |
# File 'lib/aws-sdk-ec2/types.rb', line 59593 class RouteTableAssociationState < Struct.new( :state, :status_message) SENSITIVE = [] include Aws::Structure end |