Class: Aws::Types::DisassociateMergedGraphqlApiRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateMergedGraphqlApiRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#source_api_identifier ⇒ ::String
Returns the value of attribute source_api_identifier.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
548 549 550 |
# File 'sig/types.rbs', line 548 def association_id @association_id end |
#source_api_identifier ⇒ ::String
Returns the value of attribute source_api_identifier.
547 548 549 |
# File 'sig/types.rbs', line 547 def source_api_identifier @source_api_identifier end |