Class: Aws::Types::SourceApiAssociation
- Inherits:
-
Object
- Object
- Aws::Types::SourceApiAssociation
- 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.
-
#last_successful_merge_date ⇒ ::Time
Returns the value of attribute last_successful_merge_date.
-
#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_association_config ⇒ Types::SourceApiAssociationConfig
Returns the value of attribute source_api_association_config.
-
#source_api_association_status ⇒ "MERGE_SCHEDULED", ...
Returns the value of attribute source_api_association_status.
-
#source_api_association_status_detail ⇒ ::String
Returns the value of attribute source_api_association_status_detail.
-
#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.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def association_arn @association_arn end |
#association_id ⇒ ::String
Returns the value of attribute association_id.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def association_id @association_id end |
#description ⇒ ::String
Returns the value of attribute description.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def description @description end |
#last_successful_merge_date ⇒ ::Time
Returns the value of attribute last_successful_merge_date.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def last_successful_merge_date @last_successful_merge_date end |
#merged_api_arn ⇒ ::String
Returns the value of attribute merged_api_arn.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def merged_api_arn @merged_api_arn end |
#merged_api_id ⇒ ::String
Returns the value of attribute merged_api_id.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def merged_api_id @merged_api_id end |
#source_api_arn ⇒ ::String
Returns the value of attribute source_api_arn.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def source_api_arn @source_api_arn end |
#source_api_association_config ⇒ Types::SourceApiAssociationConfig
Returns the value of attribute source_api_association_config.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def source_api_association_config @source_api_association_config end |
#source_api_association_status ⇒ "MERGE_SCHEDULED", ...
Returns the value of attribute source_api_association_status.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def source_api_association_status @source_api_association_status end |
#source_api_association_status_detail ⇒ ::String
Returns the value of attribute source_api_association_status_detail.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def source_api_association_status_detail @source_api_association_status_detail end |
#source_api_id ⇒ ::String
Returns the value of attribute source_api_id.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def source_api_id @source_api_id end |