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:



4101
4102
4103
# File 'sig/types.rbs', line 4101

def credentials
  @credentials
end

#sign_in_url::String

Returns the value of attribute sign_in_url.

Returns:

  • (::String)


4102
4103
4104
# File 'sig/types.rbs', line 4102

def 
  @sign_in_url
end

#user_arn::String

Returns the value of attribute user_arn.

Returns:

  • (::String)


4100
4101
4102
# File 'sig/types.rbs', line 4100

def user_arn
  @user_arn
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


4099
4100
4101
# File 'sig/types.rbs', line 4099

def user_id
  @user_id
end