Class: Aws::OpsWorksCM::Types::AssociateNodeResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opsworkscm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#node_association_status_tokenString

Contains a token which can be passed to the ‘DescribeNodeAssociationStatus` API call to get the status of the association request.

Returns:

  • (String)


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