Class: Aws::Types::AwsRoute53HostedZoneObjectDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsRoute53HostedZoneObjectDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config ⇒ Types::AwsRoute53HostedZoneConfigDetails
Returns the value of attribute config.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#config ⇒ Types::AwsRoute53HostedZoneConfigDetails
Returns the value of attribute config.
3902 3903 3904 |
# File 'sig/types.rbs', line 3902 def config @config end |
#id ⇒ ::String
Returns the value of attribute id.
3900 3901 3902 |
# File 'sig/types.rbs', line 3900 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
3901 3902 3903 |
# File 'sig/types.rbs', line 3901 def name @name end |