Class: Aws::FSx::Types::CreateDataRepositoryAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::CreateDataRepositoryAssociationResponse
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association ⇒ Types::DataRepositoryAssociation
The response object returned after the data repository association is created.
Instance Attribute Details
#association ⇒ Types::DataRepositoryAssociation
The response object returned after the data repository association is created.
1240 1241 1242 1243 1244 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 1240 class CreateDataRepositoryAssociationResponse < Struct.new( :association) SENSITIVE = [] include Aws::Structure end |