Class: Aws::Types::StackEvent

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.



1676
1677
1678
# File 'sig/types.rbs', line 1676

def client_request_token
  @client_request_token
end

#detailed_status"CONFIGURATION_COMPLETE", "VALIDATION_FAILED"

Returns the value of attribute detailed_status.



1683
1684
1685
# File 'sig/types.rbs', line 1683

def detailed_status
  @detailed_status
end

#event_id::String

Returns the value of attribute event_id.



1666
1667
1668
# File 'sig/types.rbs', line 1666

def event_id
  @event_id
end

#hook_failure_mode"FAIL", "WARN"

Returns the value of attribute hook_failure_mode.



1682
1683
1684
# File 'sig/types.rbs', line 1682

def hook_failure_mode
  @hook_failure_mode
end

#hook_invocation_id::String

Returns the value of attribute hook_invocation_id.



1681
1682
1683
# File 'sig/types.rbs', line 1681

def hook_invocation_id
  @hook_invocation_id
end

#hook_invocation_point"PRE_PROVISION"

Returns the value of attribute hook_invocation_point.



1680
1681
1682
# File 'sig/types.rbs', line 1680

def hook_invocation_point
  @hook_invocation_point
end

#hook_status"HOOK_IN_PROGRESS", ...

Returns the value of attribute hook_status.



1678
1679
1680
# File 'sig/types.rbs', line 1678

def hook_status
  @hook_status
end

#hook_status_reason::String

Returns the value of attribute hook_status_reason.



1679
1680
1681
# File 'sig/types.rbs', line 1679

def hook_status_reason
  @hook_status_reason
end

#hook_type::String

Returns the value of attribute hook_type.



1677
1678
1679
# File 'sig/types.rbs', line 1677

def hook_type
  @hook_type
end

#logical_resource_id::String

Returns the value of attribute logical_resource_id.



1669
1670
1671
# File 'sig/types.rbs', line 1669

def logical_resource_id
  @logical_resource_id
end

#operation_id::String

Returns the value of attribute operation_id.



1668
1669
1670
# File 'sig/types.rbs', line 1668

def operation_id
  @operation_id
end

#physical_resource_id::String

Returns the value of attribute physical_resource_id.



1670
1671
1672
# File 'sig/types.rbs', line 1670

def physical_resource_id
  @physical_resource_id
end

#resource_properties::String

Returns the value of attribute resource_properties.



1675
1676
1677
# File 'sig/types.rbs', line 1675

def resource_properties
  @resource_properties
end

#resource_status"CREATE_IN_PROGRESS", ...

Returns the value of attribute resource_status.



1673
1674
1675
# File 'sig/types.rbs', line 1673

def resource_status
  @resource_status
end

#resource_status_reason::String

Returns the value of attribute resource_status_reason.



1674
1675
1676
# File 'sig/types.rbs', line 1674

def resource_status_reason
  @resource_status_reason
end

#resource_type::String

Returns the value of attribute resource_type.



1671
1672
1673
# File 'sig/types.rbs', line 1671

def resource_type
  @resource_type
end

#stack_id::String

Returns the value of attribute stack_id.



1665
1666
1667
# File 'sig/types.rbs', line 1665

def stack_id
  @stack_id
end

#stack_name::String

Returns the value of attribute stack_name.



1667
1668
1669
# File 'sig/types.rbs', line 1667

def stack_name
  @stack_name
end

#timestamp::Time

Returns the value of attribute timestamp.



1672
1673
1674
# File 'sig/types.rbs', line 1672

def timestamp
  @timestamp
end