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.
286 287 288 |
# File 'sig/types.rbs', line 286 def additional_data @additional_data end |
#data ⇒ ::String
Returns the value of attribute data.
284 285 286 |
# File 'sig/types.rbs', line 284 def data @data end |
#data_schema_version ⇒ ::String
Returns the value of attribute data_schema_version.
285 286 287 |
# File 'sig/types.rbs', line 285 def data_schema_version @data_schema_version end |
#source ⇒ Types::DescriptorSource
Returns the value of attribute source.
287 288 289 |
# File 'sig/types.rbs', line 287 def source @source end |