Class: Aws::Types::GetFederationTokenResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:credentials])

Instance Attribute Summary collapse

Instance Attribute Details

#credentialsTypes::Credentials

Returns the value of attribute credentials.

Returns:



4251
4252
4253
# File 'sig/types.rbs', line 4251

def credentials
  @credentials
end

#sign_in_url::String

Returns the value of attribute sign_in_url.

Returns:

  • (::String)


4252
4253
4254
# File 'sig/types.rbs', line 4252

def 
  @sign_in_url
end

#user_arn::String

Returns the value of attribute user_arn.

Returns:

  • (::String)


4250
4251
4252
# File 'sig/types.rbs', line 4250

def user_arn
  @user_arn
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


4249
4250
4251
# File 'sig/types.rbs', line 4249

def user_id
  @user_id
end