Class: Aws::EC2::Types::RouteTableAssociationState

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#stateString

The state of the association.

Returns:

  • (String)


58823
58824
58825
58826
58827
58828
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58823

class RouteTableAssociationState < Struct.new(
  :state,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The status message, if applicable.

Returns:

  • (String)


58823
58824
58825
58826
58827
58828
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58823

class RouteTableAssociationState < Struct.new(
  :state,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end