Class: Aws::OpsWorksCM::Types::DisassociateNodeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorksCM::Types::DisassociateNodeResponse
- 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 disassociation 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 disassociation request.
878 879 880 881 882 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 878 class DisassociateNodeResponse < Struct.new( :node_association_status_token) SENSITIVE = [] include Aws::Structure end |