Class: Aws::EC2::Types::Ipv6CidrAssociation

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

Overview

Describes an IPv6 CIDR block association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associated_resourceString

The resource that's associated with the IPv6 CIDR block.

Returns:

  • (String)


43452
43453
43454
43455
43456
43457
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43452

class Ipv6CidrAssociation < Struct.new(
  :ipv_6_cidr,
  :associated_resource)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_6_cidrString

The IPv6 CIDR block.

Returns:

  • (String)


43452
43453
43454
43455
43456
43457
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43452

class Ipv6CidrAssociation < Struct.new(
  :ipv_6_cidr,
  :associated_resource)
  SENSITIVE = []
  include Aws::Structure
end