Class: Aws::Types::ResolverDnssecConfig
- Inherits:
-
Object
- Object
- Aws::Types::ResolverDnssecConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#validation_status ⇒ "ENABLING", ...
Returns the value of attribute validation_status.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def id @id end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def owner_id @owner_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def resource_id @resource_id end |
#validation_status ⇒ "ENABLING", ...
Returns the value of attribute validation_status.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def validation_status @validation_status end |