Class: Aws::Types::ReplaceContentEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


1789
1790
1791
# File 'sig/types.rbs', line 1789

def content
  @content
end

#file_mode"EXECUTABLE", ...

Returns the value of attribute file_mode.

Returns:

  • ("EXECUTABLE", "NORMAL", "SYMLINK")


1790
1791
1792
# File 'sig/types.rbs', line 1790

def file_mode
  @file_mode
end

#file_path::String

Returns the value of attribute file_path.

Returns:

  • (::String)


1787
1788
1789
# File 'sig/types.rbs', line 1787

def file_path
  @file_path
end

#replacement_type"KEEP_BASE", ...

Returns the value of attribute replacement_type.

Returns:

  • ("KEEP_BASE", "KEEP_SOURCE", "KEEP_DESTINATION", "USE_NEW_CONTENT")


1788
1789
1790
# File 'sig/types.rbs', line 1788

def replacement_type
  @replacement_type
end