Class: Aws::Types::BeginTransactionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def database
  @database
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def resource_arn
  @resource_arn
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def schema
  @schema
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def secret_arn
  @secret_arn
end