Class: Aws::QLDB::Types::UpdateLedgerPermissionsModeResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qldb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) for the ledger.

Returns:

  • (String)


1511
1512
1513
1514
1515
1516
1517
# File 'lib/aws-sdk-qldb/types.rb', line 1511

class UpdateLedgerPermissionsModeResponse < Struct.new(
  :name,
  :arn,
  :permissions_mode)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the ledger.

Returns:

  • (String)


1511
1512
1513
1514
1515
1516
1517
# File 'lib/aws-sdk-qldb/types.rb', line 1511

class UpdateLedgerPermissionsModeResponse < Struct.new(
  :name,
  :arn,
  :permissions_mode)
  SENSITIVE = []
  include Aws::Structure
end

#permissions_modeString

The current permissions mode of the ledger.

Returns:

  • (String)


1511
1512
1513
1514
1515
1516
1517
# File 'lib/aws-sdk-qldb/types.rb', line 1511

class UpdateLedgerPermissionsModeResponse < Struct.new(
  :name,
  :arn,
  :permissions_mode)
  SENSITIVE = []
  include Aws::Structure
end