Class: Aws::Types::GetTransitGatewayRegistrationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTransitGatewayRegistrationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#transit_gateway_arns ⇒ ::Array[::String]
Returns the value of attribute transit_gateway_arns.
Instance Attribute Details
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def global_network_id @global_network_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def next_token @next_token end |
#transit_gateway_arns ⇒ ::Array[::String]
Returns the value of attribute transit_gateway_arns.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def transit_gateway_arns @transit_gateway_arns end |