Class: Aws::Types::MCPServerBearerTokenConfig

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)


1120
1121
1122
# File 'sig/types.rbs', line 1120

def authorization_header
  @authorization_header
end

#token_name::String

Returns the value of attribute token_name.

Returns:

  • (::String)


1118
1119
1120
# File 'sig/types.rbs', line 1118

def token_name
  @token_name
end

#token_value::String

Returns the value of attribute token_value.

Returns:

  • (::String)


1119
1120
1121
# File 'sig/types.rbs', line 1119

def token_value
  @token_value
end