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:



4159
4160
4161
# File 'sig/types.rbs', line 4159

def credentials
  @credentials
end

#sign_in_url::String

Returns the value of attribute sign_in_url.

Returns:

  • (::String)


4160
4161
4162
# File 'sig/types.rbs', line 4160

def 
  @sign_in_url
end

#user_arn::String

Returns the value of attribute user_arn.

Returns:

  • (::String)


4158
4159
4160
# File 'sig/types.rbs', line 4158

def user_arn
  @user_arn
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


4157
4158
4159
# File 'sig/types.rbs', line 4157

def user_id
  @user_id
end