Class: Aws::Types::GetAuthenticationUrlRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_token::String

Returns the value of attribute connection_token.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def connection_token
  @connection_token
end

#redirect_uri::String

Returns the value of attribute redirect_uri.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def redirect_uri
  @redirect_uri
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def session_id
  @session_id
end