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)


6695
6696
6697
# File 'sig/types.rbs', line 6695

def context
  @context
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


6694
6695
6696
# File 'sig/types.rbs', line 6694

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


6693
6694
6695
# File 'sig/types.rbs', line 6693

def status
  @status
end