Class: Aws::Types::GetAccessTokenRequest

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)


450
451
452
# File 'sig/types.rbs', line 450

def token
  @token
end

#token_properties::Array[::String]

Returns the value of attribute token_properties.

Returns:

  • (::Array[::String])


451
452
453
# File 'sig/types.rbs', line 451

def token_properties
  @token_properties
end