Class: Aws::Types::DisassociateSourceGraphqlApiRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateSourceGraphqlApiRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#merged_api_identifier ⇒ ::String
Returns the value of attribute merged_api_identifier.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
559 560 561 |
# File 'sig/types.rbs', line 559 def association_id @association_id end |
#merged_api_identifier ⇒ ::String
Returns the value of attribute merged_api_identifier.
558 559 560 |
# File 'sig/types.rbs', line 558 def merged_api_identifier @merged_api_identifier end |