Class: Aws::Types::CreateApiMappingRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_id::String

Returns the value of attribute api_id.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def api_id
  @api_id
end

#api_mapping_key::String

Returns the value of attribute api_mapping_key.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def api_mapping_key
  @api_mapping_key
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def domain_name
  @domain_name
end

#stage::String

Returns the value of attribute stage.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def stage
  @stage
end