Class: Aws::Types::GetChangesetResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_from_timestamp::Integer

Returns the value of attribute active_from_timestamp.

Returns:

  • (::Integer)


280
281
282
# File 'sig/types.rbs', line 280

def active_from_timestamp
  @active_from_timestamp
end

#active_until_timestamp::Integer

Returns the value of attribute active_until_timestamp.

Returns:

  • (::Integer)


279
280
281
# File 'sig/types.rbs', line 279

def active_until_timestamp
  @active_until_timestamp
end

#change_type"REPLACE", ...

Returns the value of attribute change_type.

Returns:

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


273
274
275
# File 'sig/types.rbs', line 273

def change_type
  @change_type
end

#changeset_arn::String

Returns the value of attribute changeset_arn.

Returns:

  • (::String)


271
272
273
# File 'sig/types.rbs', line 271

def changeset_arn
  @changeset_arn
end

#changeset_id::String

Returns the value of attribute changeset_id.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def changeset_id
  @changeset_id
end

#create_time::Integer

Returns the value of attribute create_time.

Returns:

  • (::Integer)


276
277
278
# File 'sig/types.rbs', line 276

def create_time
  @create_time
end

#dataset_id::String

Returns the value of attribute dataset_id.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def dataset_id
  @dataset_id
end

#error_infoTypes::ChangesetErrorInfo

Returns the value of attribute error_info.



278
279
280
# File 'sig/types.rbs', line 278

def error_info
  @error_info
end

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

Returns the value of attribute format_params.

Returns:

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


275
276
277
# File 'sig/types.rbs', line 275

def format_params
  @format_params
end

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

Returns the value of attribute source_params.

Returns:

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


274
275
276
# File 'sig/types.rbs', line 274

def source_params
  @source_params
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "FAILED", "SUCCESS", "RUNNING", "STOP_REQUESTED")


277
278
279
# File 'sig/types.rbs', line 277

def status
  @status
end

#updated_by_changeset_id::String

Returns the value of attribute updated_by_changeset_id.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def updated_by_changeset_id
  @updated_by_changeset_id
end

#updates_changeset_id::String

Returns the value of attribute updates_changeset_id.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def updates_changeset_id
  @updates_changeset_id
end