Class: Aws::Types::SourceApiAssociation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_arn::String

Returns the value of attribute association_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1201
1202
1203
# File 'sig/types.rbs', line 1201

def association_id
  @association_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1204
1205
1206
# File 'sig/types.rbs', line 1204

def source_api_arn
  @source_api_arn
end

#source_api_association_configTypes::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.

Returns:

  • ("MERGE_SCHEDULED", "MERGE_FAILED", "MERGE_SUCCESS", "MERGE_IN_PROGRESS", "AUTO_MERGE_SCHEDULE_FAILED", "DELETION_SCHEDULED", "DELETION_IN_PROGRESS", "DELETION_FAILED")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1203
1204
1205
# File 'sig/types.rbs', line 1203

def source_api_id
  @source_api_id
end