Class: Aws::Types::SourceApiAssociationSummary

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)


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.

Returns:

  • (::String)


1221
1222
1223
# File 'sig/types.rbs', line 1221

def association_id
  @association_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1223
1224
1225
# File 'sig/types.rbs', line 1223

def source_api_id
  @source_api_id
end