Class: Aws::Types::McpServerDescriptor
- Inherits:
-
Object
- Object
- Aws::Types::McpServerDescriptor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_data ⇒ Types::McpServerAdditionalData
Returns the value of attribute additional_data.
-
#data ⇒ ::String
Returns the value of attribute data.
-
#data_schema_version ⇒ ::String
Returns the value of attribute data_schema_version.
-
#source ⇒ Types::DescriptorSource
Returns the value of attribute source.
Instance Attribute Details
#additional_data ⇒ Types::McpServerAdditionalData
Returns the value of attribute additional_data.
126 127 128 |
# File 'sig/types.rbs', line 126 def additional_data @additional_data end |
#data ⇒ ::String
Returns the value of attribute data.
124 125 126 |
# File 'sig/types.rbs', line 124 def data @data end |
#data_schema_version ⇒ ::String
Returns the value of attribute data_schema_version.
125 126 127 |
# File 'sig/types.rbs', line 125 def data_schema_version @data_schema_version end |
#source ⇒ Types::DescriptorSource
Returns the value of attribute source.
127 128 129 |
# File 'sig/types.rbs', line 127 def source @source end |