Class: Aws::Types::ProfileQueryResult
- Inherits:
-
Object
- Object
- Aws::Types::ProfileQueryResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#profile ⇒ Types::Profile
Returns the value of attribute profile.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#query_result ⇒ "PRESENT", "ABSENT"
Returns the value of attribute query_result.
Instance Attribute Details
#profile ⇒ Types::Profile
Returns the value of attribute profile.
2274 2275 2276 |
# File 'sig/types.rbs', line 2274 def profile @profile end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
2272 2273 2274 |
# File 'sig/types.rbs', line 2272 def profile_id @profile_id end |
#query_result ⇒ "PRESENT", "ABSENT"
Returns the value of attribute query_result.
2273 2274 2275 |
# File 'sig/types.rbs', line 2273 def query_result @query_result end |