Class: Aws::Types::GetKxChangesetResponse

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::Time

Returns the value of attribute active_from_timestamp.

Returns:

  • (::Time)


431
432
433
# File 'sig/types.rbs', line 431

def active_from_timestamp
  @active_from_timestamp
end

#change_requests::Array[Types::ChangeRequest]

Returns the value of attribute change_requests.

Returns:



429
430
431
# File 'sig/types.rbs', line 429

def change_requests
  @change_requests
end

#changeset_id::String

Returns the value of attribute changeset_id.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def changeset_id
  @changeset_id
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


430
431
432
# File 'sig/types.rbs', line 430

def created_timestamp
  @created_timestamp
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


427
428
429
# File 'sig/types.rbs', line 427

def database_name
  @database_name
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


428
429
430
# File 'sig/types.rbs', line 428

def environment_id
  @environment_id
end

#error_infoTypes::ErrorInfo

Returns the value of attribute error_info.

Returns:



434
435
436
# File 'sig/types.rbs', line 434

def error_info
  @error_info
end

#last_modified_timestamp::Time

Returns the value of attribute last_modified_timestamp.

Returns:

  • (::Time)


432
433
434
# File 'sig/types.rbs', line 432

def last_modified_timestamp
  @last_modified_timestamp
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "PROCESSING", "FAILED", "COMPLETED")


433
434
435
# File 'sig/types.rbs', line 433

def status
  @status
end