Class: Aws::FSx::Types::CreateDataRepositoryAssociationResponse

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 created.



1218
1219
1220
1221
1222
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 1218

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