Class: Aws::OpsWorksCM::Types::DescribeNodeAssociationStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorksCM::Types::DescribeNodeAssociationStatusResponse
- Defined in:
- gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#engine_attributes ⇒ Array<Types::EngineAttribute>
Attributes specific to the node association.
-
#node_association_status ⇒ String
The status of the association or disassociation request.
Instance Attribute Details
#engine_attributes ⇒ Array<Types::EngineAttribute>
Attributes specific to the node association. In Puppet, the attibute PUPPET_NODE_CERT contains the signed certificate (the result of the CSR).
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_status ⇒ String
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.
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 |