Class: Aws::Types::ProfileQueryResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#profileTypes::Profile

Returns the value of attribute profile.

Returns:



2274
2275
2276
# File 'sig/types.rbs', line 2274

def profile
  @profile
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


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.

Returns:

  • ("PRESENT", "ABSENT")


2273
2274
2275
# File 'sig/types.rbs', line 2273

def query_result
  @query_result
end