Class: Aws::Route53::Types::CidrRoutingConfig

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

Overview

The object that is specified in resource record set object when you are linking a resource record set to a CIDR location.

A LocationName with an asterisk “*” can be used to create a default CIDR record. CollectionId is still required for default record.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collection_idString

The CIDR collection ID.

Returns:

  • (String)


970
971
972
973
974
975
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 970

class CidrRoutingConfig < Struct.new(
  :collection_id,
  :location_name)
  SENSITIVE = []
  include Aws::Structure
end

#location_nameString

The CIDR collection location name.

Returns:

  • (String)


970
971
972
973
974
975
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 970

class CidrRoutingConfig < Struct.new(
  :collection_id,
  :location_name)
  SENSITIVE = []
  include Aws::Structure
end