Class: Aws::Types::CreateApiMappingInput

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)


156
157
158
# File 'sig/types.rbs', line 156

def api_id
  @api_id
end

#api_mapping_key::String

Returns the value of attribute api_mapping_key.

Returns:

  • (::String)


157
158
159
# File 'sig/types.rbs', line 157

def api_mapping_key
  @api_mapping_key
end

#stage::String

Returns the value of attribute stage.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def stage
  @stage
end