Class: Aws::Types::DelegationSet
- Inherits:
-
Object
- Object
- Aws::Types::DelegationSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#caller_reference ⇒ ::String
Returns the value of attribute caller_reference.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name_servers ⇒ ::Array[::String]
Returns the value of attribute name_servers.
Instance Attribute Details
#caller_reference ⇒ ::String
Returns the value of attribute caller_reference.
354 355 356 |
# File 'sig/types.rbs', line 354 def caller_reference @caller_reference end |
#id ⇒ ::String
Returns the value of attribute id.
353 354 355 |
# File 'sig/types.rbs', line 353 def id @id end |
#name_servers ⇒ ::Array[::String]
Returns the value of attribute name_servers.
355 356 357 |
# File 'sig/types.rbs', line 355 def name_servers @name_servers end |