Class: Aws::Types::UpdateBasePathMappingRequest

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:

  • (::String)


1373
1374
1375
# File 'sig/types.rbs', line 1373

def base_path
  @base_path
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1371
1372
1373
# File 'sig/types.rbs', line 1371

def domain_name
  @domain_name
end

#domain_name_id::String

Returns the value of attribute domain_name_id.

Returns:

  • (::String)


1372
1373
1374
# File 'sig/types.rbs', line 1372

def domain_name_id
  @domain_name_id
end

#patch_operations::Array[Types::PatchOperation]

Returns the value of attribute patch_operations.

Returns:



1374
1375
1376
# File 'sig/types.rbs', line 1374

def patch_operations
  @patch_operations
end