Class: Aws::OpsWorksCM::Types::AssociateNodeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorksCM::Types::AssociateNodeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworkscm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#node_association_status_token ⇒ String
Contains a token which can be passed to the ‘DescribeNodeAssociationStatus` API call to get the status of the association request.
Instance Attribute Details
#node_association_status_token ⇒ String
Contains a token which can be passed to the ‘DescribeNodeAssociationStatus` API call to get the status of the association request.
91 92 93 94 95 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 91 class AssociateNodeResponse < Struct.new( :node_association_status_token) SENSITIVE = [] include Aws::Structure end |