Class: Aws::Route53::Types::CollectionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::CollectionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
A complex type that is an entry in an [CidrCollection] array.
[1]: docs.aws.amazon.com/Route53/latest/APIReference/API_CidrCollection.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the collection summary.
-
#id ⇒ String
Unique ID for the CIDR collection.
-
#name ⇒ String
The name of a CIDR collection.
-
#version ⇒ Integer
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.
Instance Attribute Details
#arn ⇒ String
The ARN of the collection summary. Can be used to reference the collection in IAM policy or cross-account.
1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'lib/aws-sdk-route53/types.rb', line 1071 class CollectionSummary < Struct.new( :arn, :id, :name, :version) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Unique ID for the CIDR collection.
1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'lib/aws-sdk-route53/types.rb', line 1071 class CollectionSummary < Struct.new( :arn, :id, :name, :version) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of a CIDR collection.
1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'lib/aws-sdk-route53/types.rb', line 1071 class CollectionSummary < Struct.new( :arn, :id, :name, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
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.
1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'lib/aws-sdk-route53/types.rb', line 1071 class CollectionSummary < Struct.new( :arn, :id, :name, :version) SENSITIVE = [] include Aws::Structure end |