Class: Aws::Types::ResourceRecordSet

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias_targetTypes::AliasTarget

Returns the value of attribute alias_target.

Returns:



1354
1355
1356
# File 'sig/types.rbs', line 1354

def alias_target
  @alias_target
end

#cidr_routing_configTypes::CidrRoutingConfig

Returns the value of attribute cidr_routing_config.



1357
1358
1359
# File 'sig/types.rbs', line 1357

def cidr_routing_config
  @cidr_routing_config
end

#failover"PRIMARY", "SECONDARY"

Returns the value of attribute failover.

Returns:

  • ("PRIMARY", "SECONDARY")


1350
1351
1352
# File 'sig/types.rbs', line 1350

def failover
  @failover
end

#geo_locationTypes::GeoLocation

Returns the value of attribute geo_location.

Returns:



1349
1350
1351
# File 'sig/types.rbs', line 1349

def geo_location
  @geo_location
end

#geo_proximity_locationTypes::GeoProximityLocation

Returns the value of attribute geo_proximity_location.



1358
1359
1360
# File 'sig/types.rbs', line 1358

def geo_proximity_location
  @geo_proximity_location
end

#health_check_id::String

Returns the value of attribute health_check_id.

Returns:

  • (::String)


1355
1356
1357
# File 'sig/types.rbs', line 1355

def health_check_id
  @health_check_id
end

#multi_value_answerBoolean

Returns the value of attribute multi_value_answer.

Returns:

  • (Boolean)


1351
1352
1353
# File 'sig/types.rbs', line 1351

def multi_value_answer
  @multi_value_answer
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1344
1345
1346
# File 'sig/types.rbs', line 1344

def name
  @name
end

#region"us-east-1", ...

Returns the value of attribute region.

Returns:

  • ("us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "eu-central-2", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "cn-north-1", "cn-northwest-1", "ap-east-1", "me-south-1", "me-central-1", "ap-south-1", "ap-south-2", "af-south-1", "eu-south-1", "eu-south-2", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5", "mx-central-1", "ap-southeast-7", "us-gov-east-1", "us-gov-west-1", "ap-east-2", "ap-southeast-6", "eusc-de-east-1")


1348
1349
1350
# File 'sig/types.rbs', line 1348

def region
  @region
end

#resource_records::Array[Types::ResourceRecord]

Returns the value of attribute resource_records.

Returns:



1353
1354
1355
# File 'sig/types.rbs', line 1353

def resource_records
  @resource_records
end

#set_identifier::String

Returns the value of attribute set_identifier.

Returns:

  • (::String)


1346
1347
1348
# File 'sig/types.rbs', line 1346

def set_identifier
  @set_identifier
end

#traffic_policy_instance_id::String

Returns the value of attribute traffic_policy_instance_id.

Returns:

  • (::String)


1356
1357
1358
# File 'sig/types.rbs', line 1356

def traffic_policy_instance_id
  @traffic_policy_instance_id
end

#ttl::Integer

Returns the value of attribute ttl.

Returns:

  • (::Integer)


1352
1353
1354
# File 'sig/types.rbs', line 1352

def ttl
  @ttl
end

#type"SOA", ...

Returns the value of attribute type.

Returns:

  • ("SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS", "TLSA", "SSHFP", "SVCB", "HTTPS")


1345
1346
1347
# File 'sig/types.rbs', line 1345

def type
  @type
end

#weight::Integer

Returns the value of attribute weight.

Returns:

  • (::Integer)


1347
1348
1349
# File 'sig/types.rbs', line 1347

def weight
  @weight
end