Class: Aws::Types::UpdateDataRepositoryAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDataRepositoryAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#imported_file_chunk_size ⇒ ::Integer
Returns the value of attribute imported_file_chunk_size.
-
#s3 ⇒ Types::S3DataRepositoryConfiguration
Returns the value of attribute s3.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
1714 1715 1716 |
# File 'sig/types.rbs', line 1714 def association_id @association_id end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1715 1716 1717 |
# File 'sig/types.rbs', line 1715 def client_request_token @client_request_token end |
#imported_file_chunk_size ⇒ ::Integer
Returns the value of attribute imported_file_chunk_size.
1716 1717 1718 |
# File 'sig/types.rbs', line 1716 def imported_file_chunk_size @imported_file_chunk_size end |
#s3 ⇒ Types::S3DataRepositoryConfiguration
Returns the value of attribute s3.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def s3 @s3 end |