Class: Aws::FSx::Types::UpdateDataRepositoryAssociationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associationTypes::DataRepositoryAssociation

The response object returned after the data repository association is updated.



8710
8711
8712
8713
8714
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8710

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