Class: Aws::FSx::Types::UpdateDataRepositoryAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::UpdateDataRepositoryAssociationResponse
- 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 updated.
Instance Attribute Details
#association ⇒ Types::DataRepositoryAssociation
The response object returned after the data repository association is updated.
8679 8680 8681 8682 8683 |
# File 'lib/aws-sdk-fsx/types.rb', line 8679 class UpdateDataRepositoryAssociationResponse < Struct.new( :association) SENSITIVE = [] include Aws::Structure end |