Class: Aws::Types::UpdateSourceApiAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#association_id::String

Returns the value of attribute association_id.

Returns:



1461
1462
1463
# File 'sig/types.rbs', line 1461

def association_id
  @association_id
end

#description::String

Returns the value of attribute description.

Returns:



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.

Returns:



1462
1463
1464
# File 'sig/types.rbs', line 1462

def merged_api_identifier
  @merged_api_identifier
end

#source_api_association_configTypes::SourceApiAssociationConfig

Returns the value of attribute source_api_association_config.

Returns:



1464
1465
1466
# File 'sig/types.rbs', line 1464

def source_api_association_config
  @source_api_association_config
end