Class: Aws::EC2::Types::CoipAddressUsage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes address usage for a customer-owned address pool.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_id ⇒ String

The allocation ID of the address.

Returns:

  • (String)


8621
8622
8623
8624
8625
8626
8627
8628
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8621

class CoipAddressUsage < Struct.new(
  :allocation_id,
  :aws_account_id,
  :aws_service,
  :co_ip)
  SENSITIVE = []
  include Aws::Structure
end

#aws_account_id ⇒ String

The Amazon Web Services account ID.

Returns:

  • (String)


8621
8622
8623
8624
8625
8626
8627
8628
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8621

class CoipAddressUsage < Struct.new(
  :allocation_id,
  :aws_account_id,
  :aws_service,
  :co_ip)
  SENSITIVE = []
  include Aws::Structure
end

#aws_service ⇒ String

The Amazon Web Services service.

Returns:

  • (String)


8621
8622
8623
8624
8625
8626
8627
8628
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8621

class CoipAddressUsage < Struct.new(
  :allocation_id,
  :aws_account_id,
  :aws_service,
  :co_ip)
  SENSITIVE = []
  include Aws::Structure
end

#co_ip ⇒ String

The customer-owned IP address.

Returns:

  • (String)


8621
8622
8623
8624
8625
8626
8627
8628
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8621

class CoipAddressUsage < Struct.new(
  :allocation_id,
  :aws_account_id,
  :aws_service,
  :co_ip)
  SENSITIVE = []
  include Aws::Structure
end