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.
7587 7588 7589 7590 7591 |
# File 'lib/aws-sdk-fsx/types.rb', line 7587 class UpdateDataRepositoryAssociationResponse < Struct.new( :association) SENSITIVE = [] include Aws::Structure end |