Class: Aws::Types::GetFederationTokenResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#credentialsTypes::Credentials

Returns the value of attribute credentials.

Returns:



4299
4300
4301
# File 'sig/types.rbs', line 4299

def credentials
  @credentials
end

#sign_in_url::String

Returns the value of attribute sign_in_url.

Returns:



4300
4301
4302
# File 'sig/types.rbs', line 4300

def 
  @sign_in_url
end

#user_arn::String

Returns the value of attribute user_arn.

Returns:



4298
4299
4300
# File 'sig/types.rbs', line 4298

def user_arn
  @user_arn
end

#user_id::String

Returns the value of attribute user_id.

Returns:



4297
4298
4299
# File 'sig/types.rbs', line 4297

def user_id
  @user_id
end