Class: Aws::OpsWorksCM::Types::DescribeNodeAssociationStatusResponse

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

#engine_attributesArray<Types::EngineAttribute>

Attributes specific to the node association. In Puppet, the attibute PUPPET_NODE_CERT contains the signed certificate (the result of the CSR).

Returns:



768
769
770
771
772
773
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 768

class DescribeNodeAssociationStatusResponse < Struct.new(
  :node_association_status,
  :engine_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#node_association_statusString

The status of the association or disassociation request.

Possible values:

  • SUCCESS: The association or disassociation succeeded.

  • FAILED: The association or disassociation failed.

  • IN_PROGRESS: The association or disassociation is still in progress.

Returns:

  • (String)


768
769
770
771
772
773
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 768

class DescribeNodeAssociationStatusResponse < Struct.new(
  :node_association_status,
  :engine_attributes)
  SENSITIVE = []
  include Aws::Structure
end