Class: Aws::Types::RemoteAgentBearerTokenConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:token_value])

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_header::String

Returns the value of attribute authorization_header.

Returns:

  • (::String)


1526
1527
1528
# File 'sig/types.rbs', line 1526

def authorization_header
  @authorization_header
end

#token_name::String

Returns the value of attribute token_name.

Returns:

  • (::String)


1524
1525
1526
# File 'sig/types.rbs', line 1524

def token_name
  @token_name
end

#token_value::String

Returns the value of attribute token_value.

Returns:

  • (::String)


1525
1526
1527
# File 'sig/types.rbs', line 1525

def token_value
  @token_value
end