Class: Aws::Types::StackSummary
- Inherits:
-
Object
- Object
- Aws::Types::StackSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#deletion_time ⇒ ::Time
Returns the value of attribute deletion_time.
-
#drift_information ⇒ Types::StackDriftInformationSummary
Returns the value of attribute drift_information.
-
#last_operations ⇒ ::Array[Types::OperationEntry]
Returns the value of attribute last_operations.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#parent_id ⇒ ::String
Returns the value of attribute parent_id.
-
#root_id ⇒ ::String
Returns the value of attribute root_id.
-
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
-
#stack_status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute stack_status.
-
#stack_status_reason ⇒ ::String
Returns the value of attribute stack_status_reason.
-
#template_description ⇒ ::String
Returns the value of attribute template_description.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1963 1964 1965 |
# File 'sig/types.rbs', line 1963 def creation_time @creation_time end |
#deletion_time ⇒ ::Time
Returns the value of attribute deletion_time.
1965 1966 1967 |
# File 'sig/types.rbs', line 1965 def deletion_time @deletion_time end |
#drift_information ⇒ Types::StackDriftInformationSummary
Returns the value of attribute drift_information.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def drift_information @drift_information end |
#last_operations ⇒ ::Array[Types::OperationEntry]
Returns the value of attribute last_operations.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def last_operations @last_operations end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
1964 1965 1966 |
# File 'sig/types.rbs', line 1964 def last_updated_time @last_updated_time end |
#parent_id ⇒ ::String
Returns the value of attribute parent_id.
1968 1969 1970 |
# File 'sig/types.rbs', line 1968 def parent_id @parent_id end |
#root_id ⇒ ::String
Returns the value of attribute root_id.
1969 1970 1971 |
# File 'sig/types.rbs', line 1969 def root_id @root_id end |
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
1960 1961 1962 |
# File 'sig/types.rbs', line 1960 def stack_id @stack_id end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
1961 1962 1963 |
# File 'sig/types.rbs', line 1961 def stack_name @stack_name end |
#stack_status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute stack_status.
1966 1967 1968 |
# File 'sig/types.rbs', line 1966 def stack_status @stack_status end |
#stack_status_reason ⇒ ::String
Returns the value of attribute stack_status_reason.
1967 1968 1969 |
# File 'sig/types.rbs', line 1967 def stack_status_reason @stack_status_reason end |
#template_description ⇒ ::String
Returns the value of attribute template_description.
1962 1963 1964 |
# File 'sig/types.rbs', line 1962 def template_description @template_description end |