Class: Aws::Types::ChangesetSummary
- Inherits:
-
Object
- Object
- Aws::Types::ChangesetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_from_timestamp ⇒ ::Integer
Returns the value of attribute active_from_timestamp.
-
#active_until_timestamp ⇒ ::Integer
Returns the value of attribute active_until_timestamp.
-
#change_type ⇒ "REPLACE", ...
Returns the value of attribute change_type.
-
#changeset_arn ⇒ ::String
Returns the value of attribute changeset_arn.
-
#changeset_id ⇒ ::String
Returns the value of attribute changeset_id.
-
#create_time ⇒ ::Integer
Returns the value of attribute create_time.
-
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
-
#error_info ⇒ Types::ChangesetErrorInfo
Returns the value of attribute error_info.
-
#format_params ⇒ ::Hash[::String, ::String]
Returns the value of attribute format_params.
-
#source_params ⇒ ::Hash[::String, ::String]
Returns the value of attribute source_params.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#updated_by_changeset_id ⇒ ::String
Returns the value of attribute updated_by_changeset_id.
-
#updates_changeset_id ⇒ ::String
Returns the value of attribute updates_changeset_id.
Instance Attribute Details
#active_from_timestamp ⇒ ::Integer
Returns the value of attribute active_from_timestamp.
53 54 55 |
# File 'sig/types.rbs', line 53 def @active_from_timestamp end |
#active_until_timestamp ⇒ ::Integer
Returns the value of attribute active_until_timestamp.
52 53 54 |
# File 'sig/types.rbs', line 52 def @active_until_timestamp end |
#change_type ⇒ "REPLACE", ...
Returns the value of attribute change_type.
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.
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.
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.
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.
45 46 47 |
# File 'sig/types.rbs', line 45 def dataset_id @dataset_id end |
#error_info ⇒ Types::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.
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.
47 48 49 |
# File 'sig/types.rbs', line 47 def source_params @source_params end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
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.
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.
54 55 56 |
# File 'sig/types.rbs', line 54 def updates_changeset_id @updates_changeset_id end |