Class: Aws::Types::AssociateMergedGraphqlApiRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateMergedGraphqlApiRequest
- 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.
100 101 102 |
# File 'sig/types.rbs', line 100 def description @description end |
#merged_api_identifier ⇒ ::String
Returns the value of attribute merged_api_identifier.
99 100 101 |
# File 'sig/types.rbs', line 99 def merged_api_identifier @merged_api_identifier end |
#source_api_association_config ⇒ Types::SourceApiAssociationConfig
Returns the value of attribute source_api_association_config.
101 102 103 |
# File 'sig/types.rbs', line 101 def source_api_association_config @source_api_association_config end |
#source_api_identifier ⇒ ::String
Returns the value of attribute source_api_identifier.
98 99 100 |
# File 'sig/types.rbs', line 98 def source_api_identifier @source_api_identifier end |