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)


6418
6419
6420
# File 'sig/types.rbs', line 6418

def 
  @aws_account_id
end

#context_region::String

Returns the value of attribute context_region.

Returns:

  • (::String)


6422
6423
6424
# File 'sig/types.rbs', line 6422

def context_region
  @context_region
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


6420
6421
6422
# File 'sig/types.rbs', line 6420

def namespace
  @namespace
end

#session_expires_at::Time

Returns the value of attribute session_expires_at.

Returns:

  • (::Time)


6421
6422
6423
# File 'sig/types.rbs', line 6421

def session_expires_at
  @session_expires_at
end

#user_identifierTypes::UserIdentifier

Returns the value of attribute user_identifier.



6419
6420
6421
# File 'sig/types.rbs', line 6419

def user_identifier
  @user_identifier
end