Class: Aws::Types::ResourceRecordSet
- Inherits:
-
Object
- Object
- Aws::Types::ResourceRecordSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_target ⇒ Types::AliasTarget
Returns the value of attribute alias_target.
-
#cidr_routing_config ⇒ Types::CidrRoutingConfig
Returns the value of attribute cidr_routing_config.
-
#failover ⇒ "PRIMARY", "SECONDARY"
Returns the value of attribute failover.
-
#geo_location ⇒ Types::GeoLocation
Returns the value of attribute geo_location.
-
#geo_proximity_location ⇒ Types::GeoProximityLocation
Returns the value of attribute geo_proximity_location.
-
#health_check_id ⇒ ::String
Returns the value of attribute health_check_id.
-
#multi_value_answer ⇒ Boolean
Returns the value of attribute multi_value_answer.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#region ⇒ "us-east-1", ...
Returns the value of attribute region.
-
#resource_records ⇒ ::Array[Types::ResourceRecord]
Returns the value of attribute resource_records.
-
#set_identifier ⇒ ::String
Returns the value of attribute set_identifier.
-
#traffic_policy_instance_id ⇒ ::String
Returns the value of attribute traffic_policy_instance_id.
-
#ttl ⇒ ::Integer
Returns the value of attribute ttl.
-
#type ⇒ "SOA", ...
Returns the value of attribute type.
-
#weight ⇒ ::Integer
Returns the value of attribute weight.
Instance Attribute Details
#alias_target ⇒ Types::AliasTarget
Returns the value of attribute alias_target.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def alias_target @alias_target end |
#cidr_routing_config ⇒ Types::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.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def failover @failover end |
#geo_location ⇒ Types::GeoLocation
Returns the value of attribute geo_location.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def geo_location @geo_location end |
#geo_proximity_location ⇒ Types::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.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def health_check_id @health_check_id end |
#multi_value_answer ⇒ Boolean
Returns the value of attribute multi_value_answer.
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.
1344 1345 1346 |
# File 'sig/types.rbs', line 1344 def name @name end |
#region ⇒ "us-east-1", ...
Returns the value of attribute region.
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.
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.
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.
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.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def ttl @ttl end |
#type ⇒ "SOA", ...
Returns the value of attribute type.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def type @type end |
#weight ⇒ ::Integer
Returns the value of attribute weight.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def weight @weight end |