Class: Aws::Types::CreateBasePathMappingRequest

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:



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

def base_path
  @base_path
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:



153
154
155
# File 'sig/types.rbs', line 153

def domain_name
  @domain_name
end

#domain_name_id::String

Returns the value of attribute domain_name_id.

Returns:



154
155
156
# File 'sig/types.rbs', line 154

def domain_name_id
  @domain_name_id
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:



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

def rest_api_id
  @rest_api_id
end

#stage::String

Returns the value of attribute stage.

Returns:



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

def stage
  @stage
end