Class: Aws::Types::DescribeDirectConnectGatewayAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDirectConnectGatewayAssociationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_gateway_id ⇒ ::String
Returns the value of attribute associated_gateway_id.
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#virtual_gateway_id ⇒ ::String
Returns the value of attribute virtual_gateway_id.
Instance Attribute Details
#associated_gateway_id ⇒ ::String
Returns the value of attribute associated_gateway_id.
510 511 512 |
# File 'sig/types.rbs', line 510 def associated_gateway_id @associated_gateway_id end |
#association_id ⇒ ::String
Returns the value of attribute association_id.
509 510 511 |
# File 'sig/types.rbs', line 509 def association_id @association_id end |
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
511 512 513 |
# File 'sig/types.rbs', line 511 def direct_connect_gateway_id @direct_connect_gateway_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
512 513 514 |
# File 'sig/types.rbs', line 512 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
513 514 515 |
# File 'sig/types.rbs', line 513 def next_token @next_token end |
#virtual_gateway_id ⇒ ::String
Returns the value of attribute virtual_gateway_id.
514 515 516 |
# File 'sig/types.rbs', line 514 def virtual_gateway_id @virtual_gateway_id end |