Class: Aws::Route53::Types::CidrCollectionChange

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

Overview

A complex type that contains information about the CIDR collection change.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

CIDR collection change action.

Returns:

  • (String)


919
920
921
922
923
924
925
# File 'lib/aws-sdk-route53/types.rb', line 919

class CidrCollectionChange < Struct.new(
  :location_name,
  :action,
  :cidr_list)
  SENSITIVE = []
  include Aws::Structure
end

#cidr_listArray<String>

List of CIDR blocks.

Returns:

  • (Array<String>)


919
920
921
922
923
924
925
# File 'lib/aws-sdk-route53/types.rb', line 919

class CidrCollectionChange < Struct.new(
  :location_name,
  :action,
  :cidr_list)
  SENSITIVE = []
  include Aws::Structure
end

#location_nameString

Name of the location that is associated with the CIDR collection.

Returns:

  • (String)


919
920
921
922
923
924
925
# File 'lib/aws-sdk-route53/types.rb', line 919

class CidrCollectionChange < Struct.new(
  :location_name,
  :action,
  :cidr_list)
  SENSITIVE = []
  include Aws::Structure
end