Class: Aws::Types::CreateChangesetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#change_type"REPLACE", ...

Returns the value of attribute change_type.

Returns:

  • ("REPLACE", "APPEND", "MODIFY")


75
76
77
# File 'sig/types.rbs', line 75

def change_type
  @change_type
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def client_token
  @client_token
end

#dataset_id::String

Returns the value of attribute dataset_id.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

def dataset_id
  @dataset_id
end

#format_params::Hash[::String, ::String]

Returns the value of attribute format_params.

Returns:

  • (::Hash[::String, ::String])


77
78
79
# File 'sig/types.rbs', line 77

def format_params
  @format_params
end

#source_params::Hash[::String, ::String]

Returns the value of attribute source_params.

Returns:

  • (::Hash[::String, ::String])


76
77
78
# File 'sig/types.rbs', line 76

def source_params
  @source_params
end