Class: Aws::Types::StackSetOperationResultSummary
- Inherits:
-
Object
- Object
- Aws::Types::StackSetOperationResultSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account ⇒ ::String
Returns the value of attribute account.
-
#account_gate_result ⇒ Types::AccountGateResult
Returns the value of attribute account_gate_result.
-
#organizational_unit_id ⇒ ::String
Returns the value of attribute organizational_unit_id.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#account ⇒ ::String
Returns the value of attribute account.
1920 1921 1922 |
# File 'sig/types.rbs', line 1920 def account @account end |
#account_gate_result ⇒ Types::AccountGateResult
Returns the value of attribute account_gate_result.
1924 1925 1926 |
# File 'sig/types.rbs', line 1924 def account_gate_result @account_gate_result end |
#organizational_unit_id ⇒ ::String
Returns the value of attribute organizational_unit_id.
1925 1926 1927 |
# File 'sig/types.rbs', line 1925 def organizational_unit_id @organizational_unit_id end |
#region ⇒ ::String
Returns the value of attribute region.
1921 1922 1923 |
# File 'sig/types.rbs', line 1921 def region @region end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1922 1923 1924 |
# File 'sig/types.rbs', line 1922 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1923 1924 1925 |
# File 'sig/types.rbs', line 1923 def status_reason @status_reason end |