Class: Aws::FSx::Types::CreateDataRepositoryAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::CreateDataRepositoryAssociationResponse
- Includes:
- Structure
- Defined in:
- 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.
1218 1219 1220 1221 1222 |
# File 'lib/aws-sdk-fsx/types.rb', line 1218 class CreateDataRepositoryAssociationResponse < Struct.new( :association) SENSITIVE = [] include Aws::Structure end |