Class: Aws::Types::GetTransitGatewayPolicyTableEntriesResult

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)


10490
10491
10492
# File 'sig/types.rbs', line 10490

def next_token
  @next_token
end

#transit_gateway_policy_table_entries::Array[Types::TransitGatewayPolicyTableEntry]

Returns the value of attribute transit_gateway_policy_table_entries.



10489
10490
10491
# File 'sig/types.rbs', line 10489

def transit_gateway_policy_table_entries
  @transit_gateway_policy_table_entries
end