Class: Aws::Types::DescribeTransitGatewayPolicyTablesResult

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)


7454
7455
7456
# File 'sig/types.rbs', line 7454

def next_token
  @next_token
end

#transit_gateway_policy_tables::Array[Types::TransitGatewayPolicyTable]

Returns the value of attribute transit_gateway_policy_tables.

Returns:



7453
7454
7455
# File 'sig/types.rbs', line 7453

def transit_gateway_policy_tables
  @transit_gateway_policy_tables
end