Class: Aws::Types::DescribeChangeSetOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capabilities::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]

Returns the value of attribute capabilities.

Returns:

  • (::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")])


437
438
439
# File 'sig/types.rbs', line 437

def capabilities
  @capabilities
end

#change_set_id::String

Returns the value of attribute change_set_id.

Returns:

  • (::String)


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

def change_set_id
  @change_set_id
end

#change_set_name::String

Returns the value of attribute change_set_name.

Returns:

  • (::String)


424
425
426
# File 'sig/types.rbs', line 424

def change_set_name
  @change_set_name
end

#changes::Array[Types::Change]

Returns the value of attribute changes.

Returns:



439
440
441
# File 'sig/types.rbs', line 439

def changes
  @changes
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


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

def creation_time
  @creation_time
end

#deployment_configTypes::DeploymentConfig

Returns the value of attribute deployment_config.



447
448
449
# File 'sig/types.rbs', line 447

def deployment_config
  @deployment_config
end

#deployment_mode"REVERT_DRIFT"

Returns the value of attribute deployment_mode.

Returns:

  • ("REVERT_DRIFT")


446
447
448
# File 'sig/types.rbs', line 446

def deployment_mode
  @deployment_mode
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#execution_status"UNAVAILABLE", ...

Returns the value of attribute execution_status.

Returns:

  • ("UNAVAILABLE", "AVAILABLE", "EXECUTE_IN_PROGRESS", "EXECUTE_COMPLETE", "EXECUTE_FAILED", "OBSOLETE")


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

def execution_status
  @execution_status
end

#import_existing_resourcesBoolean

Returns the value of attribute import_existing_resources.

Returns:

  • (Boolean)


445
446
447
# File 'sig/types.rbs', line 445

def import_existing_resources
  @import_existing_resources
end

#include_nested_stacksBoolean

Returns the value of attribute include_nested_stacks.

Returns:

  • (Boolean)


441
442
443
# File 'sig/types.rbs', line 441

def include_nested_stacks
  @include_nested_stacks
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


440
441
442
# File 'sig/types.rbs', line 440

def next_token
  @next_token
end

#notification_arns::Array[::String]

Returns the value of attribute notification_arns.

Returns:

  • (::Array[::String])


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

def notification_arns
  @notification_arns
end

#on_stack_failure"DO_NOTHING", ...

Returns the value of attribute on_stack_failure.

Returns:

  • ("DO_NOTHING", "ROLLBACK", "DELETE")


444
445
446
# File 'sig/types.rbs', line 444

def on_stack_failure
  @on_stack_failure
end

#parameters::Array[Types::Parameter]

Returns the value of attribute parameters.

Returns:



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

def parameters
  @parameters
end

#parent_change_set_id::String

Returns the value of attribute parent_change_set_id.

Returns:

  • (::String)


442
443
444
# File 'sig/types.rbs', line 442

def parent_change_set_id
  @parent_change_set_id
end

#rollback_configurationTypes::RollbackConfiguration

Returns the value of attribute rollback_configuration.



436
437
438
# File 'sig/types.rbs', line 436

def rollback_configuration
  @rollback_configuration
end

#root_change_set_id::String

Returns the value of attribute root_change_set_id.

Returns:

  • (::String)


443
444
445
# File 'sig/types.rbs', line 443

def root_change_set_id
  @root_change_set_id
end

#stack_drift_status"DRIFTED", ...

Returns the value of attribute stack_drift_status.

Returns:

  • ("DRIFTED", "IN_SYNC", "UNKNOWN", "NOT_CHECKED")


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

def stack_drift_status
  @stack_drift_status
end

#stack_id::String

Returns the value of attribute stack_id.

Returns:

  • (::String)


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

def stack_id
  @stack_id
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


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

def stack_name
  @stack_name
end

#status"CREATE_PENDING", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_PENDING", "CREATE_IN_PROGRESS", "CREATE_COMPLETE", "DELETE_PENDING", "DELETE_IN_PROGRESS", "DELETE_COMPLETE", "DELETE_FAILED", "FAILED")


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

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


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

def status_reason
  @status_reason
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



438
439
440
# File 'sig/types.rbs', line 438

def tags
  @tags
end