Class: Aws::QuickSight::Types::DescribeIpRestrictionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


13677
13678
13679
13680
13681
13682
13683
13684
13685
13686
13687
# File 'lib/aws-sdk-quicksight/types.rb', line 13677

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

#enabledBoolean

A value that specifies whether IP rules are turned on.

Returns:

  • (Boolean)


13677
13678
13679
13680
13681
13682
13683
13684
13685
13686
13687
# File 'lib/aws-sdk-quicksight/types.rb', line 13677

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

#ip_restriction_rule_mapHash<String,String>

A map that describes the IP rules with CIDR range and description.

Returns:

  • (Hash<String,String>)


13677
13678
13679
13680
13681
13682
13683
13684
13685
13686
13687
# File 'lib/aws-sdk-quicksight/types.rb', line 13677

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


13677
13678
13679
13680
13681
13682
13683
13684
13685
13686
13687
# File 'lib/aws-sdk-quicksight/types.rb', line 13677

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


13677
13678
13679
13680
13681
13682
13683
13684
13685
13686
13687
# File 'lib/aws-sdk-quicksight/types.rb', line 13677

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

#vpc_endpoint_id_restriction_rule_mapHash<String,String>

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

Returns:

  • (Hash<String,String>)


13677
13678
13679
13680
13681
13682
13683
13684
13685
13686
13687
# File 'lib/aws-sdk-quicksight/types.rb', line 13677

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

#vpc_id_restriction_rule_mapHash<String,String>

A map of allowed VPC IDs and their rule descriptions.

Returns:

  • (Hash<String,String>)


13677
13678
13679
13680
13681
13682
13683
13684
13685
13686
13687
# File 'lib/aws-sdk-quicksight/types.rb', line 13677

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