Class: Aws::OpsWorksCM::Types::DisassociateNodeResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#node_association_status_tokenString

Contains a token which can be passed to the DescribeNodeAssociationStatus API call to get the status of the disassociation request.

Returns:

  • (String)


878
879
880
881
882
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 878

class DisassociateNodeResponse < Struct.new(
  :node_association_status_token)
  SENSITIVE = []
  include Aws::Structure
end