Class: Aws::OpsWorksCM::Types::DescribeNodeAssociationStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorksCM::Types::DescribeNodeAssociationStatusRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworkscm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#node_association_status_token ⇒ String
The token returned in either the AssociateNodeResponse or the DisassociateNodeResponse.
-
#server_name ⇒ String
The name of the server from which to disassociate the node.
Instance Attribute Details
#node_association_status_token ⇒ String
The token returned in either the AssociateNodeResponse or the DisassociateNodeResponse.
740 741 742 743 744 745 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 740 class DescribeNodeAssociationStatusRequest < Struct.new( :node_association_status_token, :server_name) SENSITIVE = [] include Aws::Structure end |
#server_name ⇒ String
The name of the server from which to disassociate the node.
740 741 742 743 744 745 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 740 class DescribeNodeAssociationStatusRequest < Struct.new( :node_association_status_token, :server_name) SENSITIVE = [] include Aws::Structure end |