Class: Aws::Types::AwsCloudFormationStackDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capabilities::Array[::String]

Returns the value of attribute capabilities.

Returns:

  • (::Array[::String])


863
864
865
# File 'sig/types.rbs', line 863

def capabilities
  @capabilities
end

#creation_time::String

Returns the value of attribute creation_time.

Returns:

  • (::String)


864
865
866
# File 'sig/types.rbs', line 864

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


865
866
867
# File 'sig/types.rbs', line 865

def description
  @description
end

#disable_rollbackBoolean

Returns the value of attribute disable_rollback.

Returns:

  • (Boolean)


866
867
868
# File 'sig/types.rbs', line 866

def disable_rollback
  @disable_rollback
end

#drift_informationTypes::AwsCloudFormationStackDriftInformationDetails

Returns the value of attribute drift_information.



867
868
869
# File 'sig/types.rbs', line 867

def drift_information
  @drift_information
end

#enable_termination_protectionBoolean

Returns the value of attribute enable_termination_protection.

Returns:

  • (Boolean)


868
869
870
# File 'sig/types.rbs', line 868

def enable_termination_protection
  @enable_termination_protection
end

#last_updated_time::String

Returns the value of attribute last_updated_time.

Returns:

  • (::String)


869
870
871
# File 'sig/types.rbs', line 869

def last_updated_time
  @last_updated_time
end

#notification_arns::Array[::String]

Returns the value of attribute notification_arns.

Returns:

  • (::Array[::String])


870
871
872
# File 'sig/types.rbs', line 870

def notification_arns
  @notification_arns
end

#outputs::Array[Types::AwsCloudFormationStackOutputsDetails]

Returns the value of attribute outputs.



871
872
873
# File 'sig/types.rbs', line 871

def outputs
  @outputs
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


872
873
874
# File 'sig/types.rbs', line 872

def role_arn
  @role_arn
end

#stack_id::String

Returns the value of attribute stack_id.

Returns:

  • (::String)


873
874
875
# File 'sig/types.rbs', line 873

def stack_id
  @stack_id
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


874
875
876
# File 'sig/types.rbs', line 874

def stack_name
  @stack_name
end

#stack_status::String

Returns the value of attribute stack_status.

Returns:

  • (::String)


875
876
877
# File 'sig/types.rbs', line 875

def stack_status
  @stack_status
end

#stack_status_reason::String

Returns the value of attribute stack_status_reason.

Returns:

  • (::String)


876
877
878
# File 'sig/types.rbs', line 876

def stack_status_reason
  @stack_status_reason
end

#timeout_in_minutes::Integer

Returns the value of attribute timeout_in_minutes.

Returns:

  • (::Integer)


877
878
879
# File 'sig/types.rbs', line 877

def timeout_in_minutes
  @timeout_in_minutes
end