Class: Aws::Types::UpdateSourceApiAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSourceApiAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#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.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def association_id @association_id end |
#description ⇒ ::String
Returns the value of attribute description.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def description @description end |
#merged_api_identifier ⇒ ::String
Returns the value of attribute merged_api_identifier.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def merged_api_identifier @merged_api_identifier end |
#source_api_association_config ⇒ Types::SourceApiAssociationConfig
Returns the value of attribute source_api_association_config.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def source_api_association_config @source_api_association_config end |