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.
8710 8711 8712 8713 8714 |
# File 'lib/aws-sdk-fsx/types.rb', line 8710 class UpdateDataRepositoryAssociationResponse < Struct.new( :association) SENSITIVE = [] include Aws::Structure end |