Class: Aws::Route53::Types::CollectionSummary

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

Overview

A complex type that is an entry in an CidrCollection array.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the collection summary. Can be used to reference the collection in IAM policy or cross-account.

Returns:

  • (String)


1073
1074
1075
1076
1077
1078
1079
1080
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1073

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

#idString

Unique ID for the CIDR collection.

Returns:

  • (String)


1073
1074
1075
1076
1077
1078
1079
1080
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1073

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

#nameString

The name of a CIDR collection.

Returns:

  • (String)


1073
1074
1075
1076
1077
1078
1079
1080
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1073

class CollectionSummary < 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)


1073
1074
1075
1076
1077
1078
1079
1080
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1073

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