Class: Aws::QuickSight::Types::ApprovalPolicy

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

Overview

A governance approval policy that specifies which principals and governed actions require approval, and which assets the policy applies to.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<String>

The list of governed actions that trigger the approval workflow.

Returns:

  • (Array<String>)


1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1581

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

#applicable_toTypes::ApplicableTo

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

Returns:



1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1581

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

#approval_groupsArray<String>

The list of group ARNs whose members can approve requests.

Returns:

  • (Array<String>)


1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1581

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

#asset_typesArray<String>

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

Returns:

  • (Array<String>)


1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1581

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

#created_atTime

The date and time that the approval policy was created.

Returns:

  • (Time)


1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1581

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

#descriptionString

A description of the approval policy.

Returns:

  • (String)


1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1581

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

#nameString

The name of the approval policy.

Returns:

  • (String)


1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1581

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

#policy_arnString

The Amazon Resource Name (ARN) of the approval policy.

Returns:

  • (String)


1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1581

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

#policy_idString

The unique identifier of the approval policy.

Returns:

  • (String)


1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1581

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

#updated_atTime

The date and time that the approval policy was last updated.

Returns:

  • (Time)


1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1581

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