Class: Aws::Types::ApiMapping

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)


55
56
57
# File 'sig/types.rbs', line 55

def api_id
  @api_id
end

#api_mapping_id::String

Returns the value of attribute api_mapping_id.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def api_mapping_id
  @api_mapping_id
end

#api_mapping_key::String

Returns the value of attribute api_mapping_key.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def api_mapping_key
  @api_mapping_key
end

#stage::String

Returns the value of attribute stage.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def stage
  @stage
end