Class: Aws::Types::AssociateSourceGraphqlApiRequest

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)


113
114
115
# File 'sig/types.rbs', line 113

def description
  @description
end

#merged_api_identifier::String

Returns the value of attribute merged_api_identifier.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def merged_api_identifier
  @merged_api_identifier
end

#source_api_association_configTypes::SourceApiAssociationConfig

Returns the value of attribute source_api_association_config.



114
115
116
# File 'sig/types.rbs', line 114

def source_api_association_config
  @source_api_association_config
end

#source_api_identifier::String

Returns the value of attribute source_api_identifier.

Returns:

  • (::String)


112
113
114
# File 'sig/types.rbs', line 112

def source_api_identifier
  @source_api_identifier
end