Class: Aws::Types::MCPServerDetails

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::MCPServerAuthorizationConfig

Returns the value of attribute authorization_config.



1139
1140
1141
# File 'sig/types.rbs', line 1139

def authorization_config
  @authorization_config
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1138
1139
1140
# File 'sig/types.rbs', line 1138

def description
  @description
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


1137
1138
1139
# File 'sig/types.rbs', line 1137

def endpoint
  @endpoint
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1136
1137
1138
# File 'sig/types.rbs', line 1136

def name
  @name
end