Class: Aws::QuickSight::Types::UpdateApprovalPolicyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actions ⇒ Array<String>

The list of governed actions that trigger the approval workflow.

Returns:

  • (Array<String>)


49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49239

class UpdateApprovalPolicyRequest < Struct.new(
  :policy_id,
  :name,
  :description,
  :actions,
  :asset_types,
  :applicable_to,
  :approval_groups)
  SENSITIVE = []
  include Aws::Structure
end

#applicable_to ⇒ Types::ApplicableTo

The scoping configuration that determines who the approval policy applies to.

Returns:



49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49239

class UpdateApprovalPolicyRequest < Struct.new(
  :policy_id,
  :name,
  :description,
  :actions,
  :asset_types,
  :applicable_to,
  :approval_groups)
  SENSITIVE = []
  include Aws::Structure
end

#approval_groups ⇒ Array<String>

The list of group ARNs whose members can approve requests.

Returns:

  • (Array<String>)


49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49239

class UpdateApprovalPolicyRequest < Struct.new(
  :policy_id,
  :name,
  :description,
  :actions,
  :asset_types,
  :applicable_to,
  :approval_groups)
  SENSITIVE = []
  include Aws::Structure
end

#asset_types ⇒ Array<String>

The list of asset types that the approval policy applies to.

Returns:

  • (Array<String>)


49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49239

class UpdateApprovalPolicyRequest < Struct.new(
  :policy_id,
  :name,
  :description,
  :actions,
  :asset_types,
  :applicable_to,
  :approval_groups)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

A description of the approval policy.

Returns:

  • (String)


49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49239

class UpdateApprovalPolicyRequest < Struct.new(
  :policy_id,
  :name,
  :description,
  :actions,
  :asset_types,
  :applicable_to,
  :approval_groups)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The name of the approval policy.

Returns:

  • (String)


49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49239

class UpdateApprovalPolicyRequest < Struct.new(
  :policy_id,
  :name,
  :description,
  :actions,
  :asset_types,
  :applicable_to,
  :approval_groups)
  SENSITIVE = []
  include Aws::Structure
end

#policy_id ⇒ String

The unique identifier of the approval policy to update.

Returns:

  • (String)


49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49239

class UpdateApprovalPolicyRequest < Struct.new(
  :policy_id,
  :name,
  :description,
  :actions,
  :asset_types,
  :applicable_to,
  :approval_groups)
  SENSITIVE = []
  include Aws::Structure
end