Class: Aws::Types::CreateTokenResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#token::String

Returns the value of attribute token.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def token
  @token
end

#token_id::String

Returns the value of attribute token_id.

Returns:

  • (::String)


300
301
302
# File 'sig/types.rbs', line 300

def token_id
  @token_id
end

#token_type"REFRESH_TOKEN"

Returns the value of attribute token_type.

Returns:

  • ("REFRESH_TOKEN")


301
302
303
# File 'sig/types.rbs', line 301

def token_type
  @token_type
end