Class: Aws::Types::GetTransitGatewayPrefixListReferencesResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10505
10506
10507
# File 'sig/types.rbs', line 10505

def next_token
  @next_token
end

#transit_gateway_prefix_list_references::Array[Types::TransitGatewayPrefixListReference]

Returns the value of attribute transit_gateway_prefix_list_references.



10504
10505
10506
# File 'sig/types.rbs', line 10504

def transit_gateway_prefix_list_references
  @transit_gateway_prefix_list_references
end