Class: Aws::Route53::Types::CidrCollection

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53/types.rb

Overview

A complex type that identifies a CIDR collection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the collection. Can be used to reference the collection in IAM policy or in another Amazon Web Services account.

Returns:

  • (String)


879
880
881
882
883
884
885
886
# File 'lib/aws-sdk-route53/types.rb', line 879

class CidrCollection < Struct.new(
  :arn,
  :id,
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique ID of the CIDR collection.

Returns:

  • (String)


879
880
881
882
883
884
885
886
# File 'lib/aws-sdk-route53/types.rb', line 879

class CidrCollection < Struct.new(
  :arn,
  :id,
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of a CIDR collection.

Returns:

  • (String)


879
880
881
882
883
884
885
886
# File 'lib/aws-sdk-route53/types.rb', line 879

class CidrCollection < Struct.new(
  :arn,
  :id,
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionInteger

A sequential counter that RouteĀ 53 sets to 1 when you create a CIDR collection and increments by 1 each time you update settings for the CIDR collection.

Returns:

  • (Integer)


879
880
881
882
883
884
885
886
# File 'lib/aws-sdk-route53/types.rb', line 879

class CidrCollection < Struct.new(
  :arn,
  :id,
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end