Class: Aws::Types::DeleteDataRepositoryAssociationRequest

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)


652
653
654
# File 'sig/types.rbs', line 652

def association_id
  @association_id
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


653
654
655
# File 'sig/types.rbs', line 653

def client_request_token
  @client_request_token
end

#delete_data_in_file_systemBoolean

Returns the value of attribute delete_data_in_file_system.

Returns:

  • (Boolean)


654
655
656
# File 'sig/types.rbs', line 654

def delete_data_in_file_system
  @delete_data_in_file_system
end