Class: Aws::Types::BasePathMapping

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#base_path::String

Returns the value of attribute base_path.

Returns:



85
86
87
# File 'sig/types.rbs', line 85

def base_path
  @base_path
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:



86
87
88
# File 'sig/types.rbs', line 86

def rest_api_id
  @rest_api_id
end

#stage::String

Returns the value of attribute stage.

Returns:



87
88
89
# File 'sig/types.rbs', line 87

def stage
  @stage
end