Class: Aws::Types::UpdateApiMappingRequest

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)


2209
2210
2211
# File 'sig/types.rbs', line 2209

def api_id
  @api_id
end

#api_mapping_id::String

Returns the value of attribute api_mapping_id.

Returns:

  • (::String)


2210
2211
2212
# File 'sig/types.rbs', line 2210

def api_mapping_id
  @api_mapping_id
end

#api_mapping_key::String

Returns the value of attribute api_mapping_key.

Returns:

  • (::String)


2211
2212
2213
# File 'sig/types.rbs', line 2211

def api_mapping_key
  @api_mapping_key
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2212
2213
2214
# File 'sig/types.rbs', line 2212

def domain_name
  @domain_name
end

#stage::String

Returns the value of attribute stage.

Returns:

  • (::String)


2213
2214
2215
# File 'sig/types.rbs', line 2213

def stage
  @stage
end