Class: Aws::Types::ChangesetSummary

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)


53
54
55
# File 'sig/types.rbs', line 53

def active_from_timestamp
  @active_from_timestamp
end

#active_until_timestamp::Integer

Returns the value of attribute active_until_timestamp.

Returns:

  • (::Integer)


52
53
54
# File 'sig/types.rbs', line 52

def active_until_timestamp
  @active_until_timestamp
end

#change_type"REPLACE", ...

Returns the value of attribute change_type.

Returns:

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


46
47
48
# File 'sig/types.rbs', line 46

def change_type
  @change_type
end

#changeset_arn::String

Returns the value of attribute changeset_arn.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def changeset_arn
  @changeset_arn
end

#changeset_id::String

Returns the value of attribute changeset_id.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def changeset_id
  @changeset_id
end

#create_time::Integer

Returns the value of attribute create_time.

Returns:

  • (::Integer)


49
50
51
# File 'sig/types.rbs', line 49

def create_time
  @create_time
end

#dataset_id::String

Returns the value of attribute dataset_id.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def dataset_id
  @dataset_id
end

#error_infoTypes::ChangesetErrorInfo

Returns the value of attribute error_info.



51
52
53
# File 'sig/types.rbs', line 51

def error_info
  @error_info
end

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

Returns the value of attribute format_params.

Returns:

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


48
49
50
# File 'sig/types.rbs', line 48

def format_params
  @format_params
end

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

Returns the value of attribute source_params.

Returns:

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


47
48
49
# File 'sig/types.rbs', line 47

def source_params
  @source_params
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


50
51
52
# File 'sig/types.rbs', line 50

def status
  @status
end

#updated_by_changeset_id::String

Returns the value of attribute updated_by_changeset_id.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def updated_by_changeset_id
  @updated_by_changeset_id
end

#updates_changeset_id::String

Returns the value of attribute updates_changeset_id.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def updates_changeset_id
  @updates_changeset_id
end