Class: Aws::Types::StackSetSummary
- Inherits:
-
Object
- Object
- Aws::Types::StackSetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_deployment ⇒ Types::AutoDeployment
Returns the value of attribute auto_deployment.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#drift_status ⇒ "DRIFTED", ...
Returns the value of attribute drift_status.
-
#last_drift_check_timestamp ⇒ ::Time
Returns the value of attribute last_drift_check_timestamp.
-
#managed_execution ⇒ Types::ManagedExecution
Returns the value of attribute managed_execution.
-
#permission_model ⇒ "SERVICE_MANAGED", "SELF_MANAGED"
Returns the value of attribute permission_model.
-
#stack_set_id ⇒ ::String
Returns the value of attribute stack_set_id.
-
#stack_set_name ⇒ ::String
Returns the value of attribute stack_set_name.
-
#status ⇒ "ACTIVE", "DELETED"
Returns the value of attribute status.
Instance Attribute Details
#auto_deployment ⇒ Types::AutoDeployment
Returns the value of attribute auto_deployment.
1951 1952 1953 |
# File 'sig/types.rbs', line 1951 def auto_deployment @auto_deployment end |
#description ⇒ ::String
Returns the value of attribute description.
1949 1950 1951 |
# File 'sig/types.rbs', line 1949 def description @description end |
#drift_status ⇒ "DRIFTED", ...
Returns the value of attribute drift_status.
1953 1954 1955 |
# File 'sig/types.rbs', line 1953 def drift_status @drift_status end |
#last_drift_check_timestamp ⇒ ::Time
Returns the value of attribute last_drift_check_timestamp.
1954 1955 1956 |
# File 'sig/types.rbs', line 1954 def @last_drift_check_timestamp end |
#managed_execution ⇒ Types::ManagedExecution
Returns the value of attribute managed_execution.
1955 1956 1957 |
# File 'sig/types.rbs', line 1955 def managed_execution @managed_execution end |
#permission_model ⇒ "SERVICE_MANAGED", "SELF_MANAGED"
Returns the value of attribute permission_model.
1952 1953 1954 |
# File 'sig/types.rbs', line 1952 def @permission_model end |
#stack_set_id ⇒ ::String
Returns the value of attribute stack_set_id.
1948 1949 1950 |
# File 'sig/types.rbs', line 1948 def stack_set_id @stack_set_id end |
#stack_set_name ⇒ ::String
Returns the value of attribute stack_set_name.
1947 1948 1949 |
# File 'sig/types.rbs', line 1947 def stack_set_name @stack_set_name end |
#status ⇒ "ACTIVE", "DELETED"
Returns the value of attribute status.
1950 1951 1952 |
# File 'sig/types.rbs', line 1950 def status @status end |