Class: Aws::Types::GetTransitGatewayRegistrationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#global_network_id ⇒ ::String

Returns the value of attribute global_network_id.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


1183
1184
1185
# File 'sig/types.rbs', line 1183

def transit_gateway_arns
  @transit_gateway_arns
end