Class: Aws::Types::StackSetOperationResultSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account::String

Returns the value of attribute account.

Returns:

  • (::String)


1920
1921
1922
# File 'sig/types.rbs', line 1920

def 
  @account
end

#account_gate_resultTypes::AccountGateResult

Returns the value of attribute account_gate_result.



1924
1925
1926
# File 'sig/types.rbs', line 1924

def 
  @account_gate_result
end

#organizational_unit_id::String

Returns the value of attribute organizational_unit_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1921
1922
1923
# File 'sig/types.rbs', line 1921

def region
  @region
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "RUNNING", "SUCCEEDED", "FAILED", "CANCELLED")


1922
1923
1924
# File 'sig/types.rbs', line 1922

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1923
1924
1925
# File 'sig/types.rbs', line 1923

def status_reason
  @status_reason
end