Class: Aws::Types::Stack

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")])


1630
1631
1632
# File 'sig/types.rbs', line 1630

def capabilities
  @capabilities
end

#change_set_id::String

Returns the value of attribute change_set_id.

Returns:

  • (::String)


1617
1618
1619
# File 'sig/types.rbs', line 1617

def change_set_id
  @change_set_id
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1620
1621
1622
# File 'sig/types.rbs', line 1620

def creation_time
  @creation_time
end

#deletion_mode"STANDARD", "FORCE_DELETE_STACK"

Returns the value of attribute deletion_mode.

Returns:

  • ("STANDARD", "FORCE_DELETE_STACK")


1639
1640
1641
# File 'sig/types.rbs', line 1639

def deletion_mode
  @deletion_mode
end

#deletion_time::Time

Returns the value of attribute deletion_time.

Returns:

  • (::Time)


1621
1622
1623
# File 'sig/types.rbs', line 1621

def deletion_time
  @deletion_time
end

#deployment_configTypes::DeploymentConfig

Returns the value of attribute deployment_config.



1627
1628
1629
# File 'sig/types.rbs', line 1627

def deployment_config
  @deployment_config
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1618
1619
1620
# File 'sig/types.rbs', line 1618

def description
  @description
end

#detailed_status"CONFIGURATION_COMPLETE", "VALIDATION_FAILED"

Returns the value of attribute detailed_status.

Returns:

  • ("CONFIGURATION_COMPLETE", "VALIDATION_FAILED")


1640
1641
1642
# File 'sig/types.rbs', line 1640

def detailed_status
  @detailed_status
end

#disable_rollbackBoolean

Returns the value of attribute disable_rollback.

Returns:

  • (Boolean)


1626
1627
1628
# File 'sig/types.rbs', line 1626

def disable_rollback
  @disable_rollback
end

#drift_informationTypes::StackDriftInformation

Returns the value of attribute drift_information.



1637
1638
1639
# File 'sig/types.rbs', line 1637

def drift_information
  @drift_information
end

#enable_termination_protectionBoolean

Returns the value of attribute enable_termination_protection.

Returns:

  • (Boolean)


1634
1635
1636
# File 'sig/types.rbs', line 1634

def enable_termination_protection
  @enable_termination_protection
end

#last_operations::Array[Types::OperationEntry]

Returns the value of attribute last_operations.

Returns:



1641
1642
1643
# File 'sig/types.rbs', line 1641

def last_operations
  @last_operations
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


1622
1623
1624
# File 'sig/types.rbs', line 1622

def last_updated_time
  @last_updated_time
end

#notification_arns::Array[::String]

Returns the value of attribute notification_arns.

Returns:

  • (::Array[::String])


1628
1629
1630
# File 'sig/types.rbs', line 1628

def notification_arns
  @notification_arns
end

#outputs::Array[Types::Output]

Returns the value of attribute outputs.

Returns:



1631
1632
1633
# File 'sig/types.rbs', line 1631

def outputs
  @outputs
end

#parameters::Array[Types::Parameter]

Returns the value of attribute parameters.

Returns:



1619
1620
1621
# File 'sig/types.rbs', line 1619

def parameters
  @parameters
end

#parent_id::String

Returns the value of attribute parent_id.

Returns:

  • (::String)


1635
1636
1637
# File 'sig/types.rbs', line 1635

def parent_id
  @parent_id
end

#retain_except_on_createBoolean

Returns the value of attribute retain_except_on_create.

Returns:

  • (Boolean)


1638
1639
1640
# File 'sig/types.rbs', line 1638

def retain_except_on_create
  @retain_except_on_create
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1632
1633
1634
# File 'sig/types.rbs', line 1632

def role_arn
  @role_arn
end

#rollback_configurationTypes::RollbackConfiguration

Returns the value of attribute rollback_configuration.



1623
1624
1625
# File 'sig/types.rbs', line 1623

def rollback_configuration
  @rollback_configuration
end

#root_id::String

Returns the value of attribute root_id.

Returns:

  • (::String)


1636
1637
1638
# File 'sig/types.rbs', line 1636

def root_id
  @root_id
end

#stack_id::String

Returns the value of attribute stack_id.

Returns:

  • (::String)


1615
1616
1617
# File 'sig/types.rbs', line 1615

def stack_id
  @stack_id
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


1616
1617
1618
# File 'sig/types.rbs', line 1616

def stack_name
  @stack_name
end

#stack_status"CREATE_IN_PROGRESS", ...

Returns the value of attribute stack_status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_FAILED", "CREATE_COMPLETE", "ROLLBACK_IN_PROGRESS", "ROLLBACK_FAILED", "ROLLBACK_COMPLETE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETE_COMPLETE", "UPDATE_IN_PROGRESS", "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS", "UPDATE_COMPLETE", "UPDATE_FAILED", "UPDATE_ROLLBACK_IN_PROGRESS", "UPDATE_ROLLBACK_FAILED", "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS", "UPDATE_ROLLBACK_COMPLETE", "REVIEW_IN_PROGRESS", "IMPORT_IN_PROGRESS", "IMPORT_COMPLETE", "IMPORT_ROLLBACK_IN_PROGRESS", "IMPORT_ROLLBACK_FAILED", "IMPORT_ROLLBACK_COMPLETE")


1624
1625
1626
# File 'sig/types.rbs', line 1624

def stack_status
  @stack_status
end

#stack_status_reason::String

Returns the value of attribute stack_status_reason.

Returns:

  • (::String)


1625
1626
1627
# File 'sig/types.rbs', line 1625

def stack_status_reason
  @stack_status_reason
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1633
1634
1635
# File 'sig/types.rbs', line 1633

def tags
  @tags
end

#timeout_in_minutes::Integer

Returns the value of attribute timeout_in_minutes.

Returns:

  • (::Integer)


1629
1630
1631
# File 'sig/types.rbs', line 1629

def timeout_in_minutes
  @timeout_in_minutes
end