Class: Aws::Types::UpdateDataRepositoryAssociationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


1716
1717
1718
# File 'sig/types.rbs', line 1716

def imported_file_chunk_size
  @imported_file_chunk_size
end

#s3Types::S3DataRepositoryConfiguration

Returns the value of attribute s3.



1717
1718
1719
# File 'sig/types.rbs', line 1717

def s3
  @s3
end