Class: Aws::EC2::Types::RouteTableAssociationState
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RouteTableAssociationState
- Defined in:
- gems/aws-sdk-ec2/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.
60433 60434 60435 60436 60437 60438 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60433 class RouteTableAssociationState < Struct.new( :state, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message, if applicable.
60433 60434 60435 60436 60437 60438 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60433 class RouteTableAssociationState < Struct.new( :state, :status_message) SENSITIVE = [] include Aws::Structure end |