Class: Aws::QuickSight::Types::UpdateIpRestrictionRequest

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

#aws_account_idString

The ID of the Amazon Web Services account that contains the IP rules.

Returns:

  • (String)


31656
31657
31658
31659
31660
31661
31662
31663
31664
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31656

class UpdateIpRestrictionRequest < Struct.new(
  :aws_account_id,
  :ip_restriction_rule_map,
  :vpc_id_restriction_rule_map,
  :vpc_endpoint_id_restriction_rule_map,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

A value that specifies whether IP rules are turned on.

Returns:

  • (Boolean)


31656
31657
31658
31659
31660
31661
31662
31663
31664
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31656

class UpdateIpRestrictionRequest < Struct.new(
  :aws_account_id,
  :ip_restriction_rule_map,
  :vpc_id_restriction_rule_map,
  :vpc_endpoint_id_restriction_rule_map,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#ip_restriction_rule_mapHash<String,String>

A map that describes the updated IP rules with CIDR ranges and descriptions.

Returns:

  • (Hash<String,String>)


31656
31657
31658
31659
31660
31661
31662
31663
31664
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31656

class UpdateIpRestrictionRequest < Struct.new(
  :aws_account_id,
  :ip_restriction_rule_map,
  :vpc_id_restriction_rule_map,
  :vpc_endpoint_id_restriction_rule_map,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpoint_id_restriction_rule_mapHash<String,String>

A map of allowed VPC endpoint IDs and their corresponding rule descriptions.

Returns:

  • (Hash<String,String>)


31656
31657
31658
31659
31660
31661
31662
31663
31664
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31656

class UpdateIpRestrictionRequest < Struct.new(
  :aws_account_id,
  :ip_restriction_rule_map,
  :vpc_id_restriction_rule_map,
  :vpc_endpoint_id_restriction_rule_map,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_id_restriction_rule_mapHash<String,String>

A map of VPC IDs and their corresponding rules. When you configure this parameter, traffic from all VPC endpoints that are present in the specified VPC is allowed.

Returns:

  • (Hash<String,String>)


31656
31657
31658
31659
31660
31661
31662
31663
31664
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31656

class UpdateIpRestrictionRequest < Struct.new(
  :aws_account_id,
  :ip_restriction_rule_map,
  :vpc_id_restriction_rule_map,
  :vpc_endpoint_id_restriction_rule_map,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end