Class: Aws::Types::DeleteDataSourceInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1878
1879
1880
# File 'sig/types.rbs', line 1878

def client_token
  @client_token
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


1876
1877
1878
# File 'sig/types.rbs', line 1876

def domain_identifier
  @domain_identifier
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


1877
1878
1879
# File 'sig/types.rbs', line 1877

def identifier
  @identifier
end

#retain_permissions_on_revoke_failureBoolean

Returns the value of attribute retain_permissions_on_revoke_failure.

Returns:

  • (Boolean)


1879
1880
1881
# File 'sig/types.rbs', line 1879

def retain_permissions_on_revoke_failure
  @retain_permissions_on_revoke_failure
end