Class: Aws::Types::SourceApiAssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::SourceApiAssociationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_arn ⇒ ::String
Returns the value of attribute association_arn.
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#merged_api_arn ⇒ ::String
Returns the value of attribute merged_api_arn.
-
#merged_api_id ⇒ ::String
Returns the value of attribute merged_api_id.
-
#source_api_arn ⇒ ::String
Returns the value of attribute source_api_arn.
-
#source_api_id ⇒ ::String
Returns the value of attribute source_api_id.
Instance Attribute Details
#association_arn ⇒ ::String
Returns the value of attribute association_arn.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def association_arn @association_arn end |
#association_id ⇒ ::String
Returns the value of attribute association_id.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def association_id @association_id end |
#description ⇒ ::String
Returns the value of attribute description.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def description @description end |
#merged_api_arn ⇒ ::String
Returns the value of attribute merged_api_arn.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def merged_api_arn @merged_api_arn end |
#merged_api_id ⇒ ::String
Returns the value of attribute merged_api_id.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def merged_api_id @merged_api_id end |
#source_api_arn ⇒ ::String
Returns the value of attribute source_api_arn.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def source_api_arn @source_api_arn end |
#source_api_id ⇒ ::String
Returns the value of attribute source_api_id.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def source_api_id @source_api_id end |