Class: Aws::Types::AssociationSetDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_stateTypes::AssociationStateDetails

Returns the value of attribute association_state.



159
160
161
# File 'sig/types.rbs', line 159

def association_state
  @association_state
end

#gateway_id::String

Returns the value of attribute gateway_id.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def gateway_id
  @gateway_id
end

#mainBoolean

Returns the value of attribute main.

Returns:

  • (Boolean)


161
162
163
# File 'sig/types.rbs', line 161

def main
  @main
end

#route_table_association_id::String

Returns the value of attribute route_table_association_id.

Returns:

  • (::String)


162
163
164
# File 'sig/types.rbs', line 162

def route_table_association_id
  @route_table_association_id
end

#route_table_id::String

Returns the value of attribute route_table_id.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def route_table_id
  @route_table_id
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def subnet_id
  @subnet_id
end