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)


58625
58626
58627
58628
58629
58630
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58625

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

#status_messageString

The status message, if applicable.

Returns:

  • (String)


58625
58626
58627
58628
58629
58630
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58625

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