Class: Aws::Types::AssociateMergedGraphqlApiRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def description
  @description
end

#merged_api_identifier::String

Returns the value of attribute merged_api_identifier.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def merged_api_identifier
  @merged_api_identifier
end

#source_api_association_configTypes::SourceApiAssociationConfig

Returns the value of attribute source_api_association_config.



101
102
103
# File 'sig/types.rbs', line 101

def source_api_association_config
  @source_api_association_config
end

#source_api_identifier::String

Returns the value of attribute source_api_identifier.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def source_api_identifier
  @source_api_identifier
end