Class: Aws::Types::GetIdentityContextResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#context::String

Returns the value of attribute context.

Returns:

  • (::String)


6429
6430
6431
# File 'sig/types.rbs', line 6429

def context
  @context
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


6428
6429
6430
# File 'sig/types.rbs', line 6428

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


6427
6428
6429
# File 'sig/types.rbs', line 6427

def status
  @status
end