Class: Aws::Types::CommitTransactionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def resource_arn
  @resource_arn
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def secret_arn
  @secret_arn
end

#transaction_id::String

Returns the value of attribute transaction_id.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def transaction_id
  @transaction_id
end