Class: Aws::QuickSight::Types::DescribeIpRestrictionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeIpRestrictionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the IP rules.
-
#enabled ⇒ Boolean
A value that specifies whether IP rules are turned on.
-
#ip_restriction_rule_map ⇒ Hash<String,String>
A map that describes the IP rules with CIDR range and description.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
-
#vpc_endpoint_id_restriction_rule_map ⇒ Hash<String,String>
A map of allowed VPC endpoint IDs and their rule descriptions.
-
#vpc_id_restriction_rule_map ⇒ Hash<String,String>
A map of allowed VPC IDs and their rule descriptions.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the IP rules.
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 |
#enabled ⇒ Boolean
A value that specifies whether IP rules are turned on.
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_map ⇒ Hash<String,String>
A map that describes the IP rules with CIDR range and description.
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_id ⇒ String
The Amazon Web Services request ID for this operation.
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 |
#status ⇒ Integer
The HTTP status of the request.
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_map ⇒ Hash<String,String>
A map of allowed VPC endpoint IDs and their rule descriptions.
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_map ⇒ Hash<String,String>
A map of allowed VPC IDs and their rule descriptions.
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 |