Class: Aws::Types::GetTransitGatewayMeteringPolicyEntriesResult

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)


10445
10446
10447
# File 'sig/types.rbs', line 10445

def next_token
  @next_token
end

#transit_gateway_metering_policy_entries::Array[Types::TransitGatewayMeteringPolicyEntry]

Returns the value of attribute transit_gateway_metering_policy_entries.



10444
10445
10446
# File 'sig/types.rbs', line 10444

def transit_gateway_metering_policy_entries
  @transit_gateway_metering_policy_entries
end