Class: Aws::Types::GetCoipPoolUsageResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#coip_address_usages::Array[Types::CoipAddressUsage]

Returns the value of attribute coip_address_usages.

Returns:



9788
9789
9790
# File 'sig/types.rbs', line 9788

def coip_address_usages
  @coip_address_usages
end

#coip_pool_id::String

Returns the value of attribute coip_pool_id.

Returns:

  • (::String)


9787
9788
9789
# File 'sig/types.rbs', line 9787

def coip_pool_id
  @coip_pool_id
end

#local_gateway_route_table_id::String

Returns the value of attribute local_gateway_route_table_id.

Returns:

  • (::String)


9789
9790
9791
# File 'sig/types.rbs', line 9789

def local_gateway_route_table_id
  @local_gateway_route_table_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


9790
9791
9792
# File 'sig/types.rbs', line 9790

def next_token
  @next_token
end