Class: Aws::Route53::Types::CidrCollection
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::CidrCollection
- 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
-
#arn ⇒ String
The ARN of the collection.
-
#id ⇒ String
The unique ID of 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. Can be used to reference the collection in IAM policy or in another Amazon Web Services account.
877 878 879 880 881 882 883 884 |
# File 'lib/aws-sdk-route53/types.rb', line 877 class CidrCollection < Struct.new( :arn, :id, :name, :version) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID of the CIDR collection.
877 878 879 880 881 882 883 884 |
# File 'lib/aws-sdk-route53/types.rb', line 877 class CidrCollection < Struct.new( :arn, :id, :name, :version) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of a CIDR collection.
877 878 879 880 881 882 883 884 |
# File 'lib/aws-sdk-route53/types.rb', line 877 class CidrCollection < 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.
877 878 879 880 881 882 883 884 |
# File 'lib/aws-sdk-route53/types.rb', line 877 class CidrCollection < Struct.new( :arn, :id, :name, :version) SENSITIVE = [] include Aws::Structure end |