Class: Aws::Types::GetSessionEndpointResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:auth_token])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


205
206
207
# File 'sig/types.rbs', line 205

def application_id
  @application_id
end

#auth_token ⇒ ::String

Returns the value of attribute auth_token.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def auth_token
  @auth_token
end

#auth_token_expires_at ⇒ ::Time

Returns the value of attribute auth_token_expires_at.

Returns:

  • (::Time)


209
210
211
# File 'sig/types.rbs', line 209

def auth_token_expires_at
  @auth_token_expires_at
end

#endpoint ⇒ ::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


207
208
209
# File 'sig/types.rbs', line 207

def endpoint
  @endpoint
end

#session_id ⇒ ::String

Returns the value of attribute session_id.

Returns:

  • (::String)


206
207
208
# File 'sig/types.rbs', line 206

def session_id
  @session_id
end