Class: Aws::Types::HostedZone
- Inherits:
-
Object
- Object
- Aws::Types::HostedZone
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#caller_reference ⇒ ::String
Returns the value of attribute caller_reference.
-
#config ⇒ Types::HostedZoneConfig
Returns the value of attribute config.
-
#features ⇒ Types::HostedZoneFeatures
Returns the value of attribute features.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#linked_service ⇒ Types::LinkedService
Returns the value of attribute linked_service.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_record_set_count ⇒ ::Integer
Returns the value of attribute resource_record_set_count.
Instance Attribute Details
#caller_reference ⇒ ::String
Returns the value of attribute caller_reference.
766 767 768 |
# File 'sig/types.rbs', line 766 def caller_reference @caller_reference end |
#config ⇒ Types::HostedZoneConfig
Returns the value of attribute config.
767 768 769 |
# File 'sig/types.rbs', line 767 def config @config end |
#features ⇒ Types::HostedZoneFeatures
Returns the value of attribute features.
770 771 772 |
# File 'sig/types.rbs', line 770 def features @features end |
#id ⇒ ::String
Returns the value of attribute id.
764 765 766 |
# File 'sig/types.rbs', line 764 def id @id end |
#linked_service ⇒ Types::LinkedService
Returns the value of attribute linked_service.
769 770 771 |
# File 'sig/types.rbs', line 769 def linked_service @linked_service end |
#name ⇒ ::String
Returns the value of attribute name.
765 766 767 |
# File 'sig/types.rbs', line 765 def name @name end |
#resource_record_set_count ⇒ ::Integer
Returns the value of attribute resource_record_set_count.
768 769 770 |
# File 'sig/types.rbs', line 768 def resource_record_set_count @resource_record_set_count end |