Class: Aws::Types::GetIdentityContextRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


6684
6685
6686
# File 'sig/types.rbs', line 6684

def 
  @aws_account_id
end

#context_region::String

Returns the value of attribute context_region.

Returns:

  • (::String)


6688
6689
6690
# File 'sig/types.rbs', line 6688

def context_region
  @context_region
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


6686
6687
6688
# File 'sig/types.rbs', line 6686

def namespace
  @namespace
end

#session_expires_at::Time

Returns the value of attribute session_expires_at.

Returns:

  • (::Time)


6687
6688
6689
# File 'sig/types.rbs', line 6687

def session_expires_at
  @session_expires_at
end

#user_identifierTypes::UserIdentifier

Returns the value of attribute user_identifier.



6685
6686
6687
# File 'sig/types.rbs', line 6685

def user_identifier
  @user_identifier
end