Class: Aws::Types::GetSourceApiAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSourceApiAssociationRequest
- 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.
834 835 836 |
# File 'sig/types.rbs', line 834 def association_id @association_id end |
#merged_api_identifier ⇒ ::String
Returns the value of attribute merged_api_identifier.
833 834 835 |
# File 'sig/types.rbs', line 833 def merged_api_identifier @merged_api_identifier end |