Class: Aws::OpsWorksCM::Types::DescribeNodeAssociationStatusRequest

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

#node_association_status_tokenString

The token returned in either the AssociateNodeResponse or the DisassociateNodeResponse.

Returns:

  • (String)


740
741
742
743
744
745
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 740

class DescribeNodeAssociationStatusRequest < Struct.new(
  :node_association_status_token,
  :server_name)
  SENSITIVE = []
  include Aws::Structure
end

#server_nameString

The name of the server from which to disassociate the node.

Returns:

  • (String)


740
741
742
743
744
745
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 740

class DescribeNodeAssociationStatusRequest < Struct.new(
  :node_association_status_token,
  :server_name)
  SENSITIVE = []
  include Aws::Structure
end