Class: Aws::Types::MCPServerSigV4ServiceDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_configTypes::MCPServerSigV4AuthorizationConfig

Returns the value of attribute authorization_config.



1199
1200
1201
# File 'sig/types.rbs', line 1199

def authorization_config
  @authorization_config
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1198
1199
1200
# File 'sig/types.rbs', line 1198

def description
  @description
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


1197
1198
1199
# File 'sig/types.rbs', line 1197

def endpoint
  @endpoint
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1196
1197
1198
# File 'sig/types.rbs', line 1196

def name
  @name
end