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

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

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 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 91

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