Class: Aws::Types::AuthorizationData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_token::String

Returns the value of attribute authorization_token.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def authorization_token
  @authorization_token
end

#expires_at::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


19
20
21
# File 'sig/types.rbs', line 19

def expires_at
  @expires_at
end

#proxy_endpoint::String

Returns the value of attribute proxy_endpoint.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def proxy_endpoint
  @proxy_endpoint
end