Class: Aws::Types::ResolverConfig
- Inherits:
-
Object
- Object
- Aws::Types::ResolverConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#autodefined_reverse ⇒ "ENABLING", ...
Returns the value of attribute autodefined_reverse.
-
#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.
Instance Attribute Details
#autodefined_reverse ⇒ "ENABLING", ...
Returns the value of attribute autodefined_reverse.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def autodefined_reverse @autodefined_reverse end |
#id ⇒ ::String
Returns the value of attribute id.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def id @id end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def owner_id @owner_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def resource_id @resource_id end |