Class: Aws::Types::ChangeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#change_type"PUT", "DELETE"

Returns the value of attribute change_type.

Returns:

  • ("PUT", "DELETE")


33
34
35
# File 'sig/types.rbs', line 33

def change_type
  @change_type
end

#db_path::String

Returns the value of attribute db_path.

Returns:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def db_path
  @db_path
end

#s3_path::String

Returns the value of attribute s3_path.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def s3_path
  @s3_path
end