Class: Aws::Types::GetResolverRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetResolverRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#field_name ⇒ ::String
Returns the value of attribute field_name.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
810 811 812 |
# File 'sig/types.rbs', line 810 def api_id @api_id end |
#field_name ⇒ ::String
Returns the value of attribute field_name.
812 813 814 |
# File 'sig/types.rbs', line 812 def field_name @field_name end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
811 812 813 |
# File 'sig/types.rbs', line 811 def type_name @type_name end |