Class: Aws::Types::UpdateChangesetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#changeset_id::String

Returns the value of attribute changeset_id.

Returns:

  • (::String)


563
564
565
# File 'sig/types.rbs', line 563

def changeset_id
  @changeset_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


561
562
563
# File 'sig/types.rbs', line 561

def client_token
  @client_token
end

#dataset_id::String

Returns the value of attribute dataset_id.

Returns:

  • (::String)


562
563
564
# File 'sig/types.rbs', line 562

def dataset_id
  @dataset_id
end

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

Returns the value of attribute format_params.

Returns:

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


565
566
567
# File 'sig/types.rbs', line 565

def format_params
  @format_params
end

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

Returns the value of attribute source_params.

Returns:

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


564
565
566
# File 'sig/types.rbs', line 564

def source_params
  @source_params
end