Class: Aws::Types::AssociationSetDetails
- Inherits:
-
Object
- Object
- Aws::Types::AssociationSetDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_state ⇒ Types::AssociationStateDetails
Returns the value of attribute association_state.
-
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
-
#main ⇒ Boolean
Returns the value of attribute main.
-
#route_table_association_id ⇒ ::String
Returns the value of attribute route_table_association_id.
-
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#association_state ⇒ Types::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.
160 161 162 |
# File 'sig/types.rbs', line 160 def gateway_id @gateway_id end |
#main ⇒ Boolean
Returns the value of attribute main.
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.
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.
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.
164 165 166 |
# File 'sig/types.rbs', line 164 def subnet_id @subnet_id end |