Class: Aws::Types::CreateKxChangesetResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#change_requests::Array[Types::ChangeRequest]

Returns the value of attribute change_requests.

Returns:



83
84
85
# File 'sig/types.rbs', line 83

def change_requests
  @change_requests
end

#changeset_id::String

Returns the value of attribute changeset_id.

Returns:



80
81
82
# File 'sig/types.rbs', line 80

def changeset_id
  @changeset_id
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:



84
85
86
# File 'sig/types.rbs', line 84

def created_timestamp
  @created_timestamp
end

#database_name::String

Returns the value of attribute database_name.

Returns:



81
82
83
# File 'sig/types.rbs', line 81

def database_name
  @database_name
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:



82
83
84
# File 'sig/types.rbs', line 82

def environment_id
  @environment_id
end

#error_infoTypes::ErrorInfo

Returns the value of attribute error_info.

Returns:



87
88
89
# File 'sig/types.rbs', line 87

def error_info
  @error_info
end

#last_modified_timestamp::Time

Returns the value of attribute last_modified_timestamp.

Returns:



85
86
87
# File 'sig/types.rbs', line 85

def last_modified_timestamp
  @last_modified_timestamp
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:



86
87
88
# File 'sig/types.rbs', line 86

def status
  @status
end