Class: Aws::Types::QueryArgProfile
- Inherits:
-
Object
- Object
- Aws::Types::QueryArgProfile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#query_arg ⇒ ::String
Returns the value of attribute query_arg.
Instance Attribute Details
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
3116 3117 3118 |
# File 'sig/types.rbs', line 3116 def profile_id @profile_id end |
#query_arg ⇒ ::String
Returns the value of attribute query_arg.
3115 3116 3117 |
# File 'sig/types.rbs', line 3115 def query_arg @query_arg end |