Class: Aws::Types::AssociateSourceGraphqlApiRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateSourceGraphqlApiRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#merged_api_identifier ⇒ ::String
Returns the value of attribute merged_api_identifier.
-
#source_api_association_config ⇒ Types::SourceApiAssociationConfig
Returns the value of attribute source_api_association_config.
-
#source_api_identifier ⇒ ::String
Returns the value of attribute source_api_identifier.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
113 114 115 |
# File 'sig/types.rbs', line 113 def description @description end |
#merged_api_identifier ⇒ ::String
Returns the value of attribute merged_api_identifier.
111 112 113 |
# File 'sig/types.rbs', line 111 def merged_api_identifier @merged_api_identifier end |
#source_api_association_config ⇒ Types::SourceApiAssociationConfig
Returns the value of attribute source_api_association_config.
114 115 116 |
# File 'sig/types.rbs', line 114 def source_api_association_config @source_api_association_config end |
#source_api_identifier ⇒ ::String
Returns the value of attribute source_api_identifier.
112 113 114 |
# File 'sig/types.rbs', line 112 def source_api_identifier @source_api_identifier end |