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.
12832 12833 12834 12835 12836 12837 12838 12839 12840 12841 12842 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12832 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.
12832 12833 12834 12835 12836 12837 12838 12839 12840 12841 12842 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12832 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.
12832 12833 12834 12835 12836 12837 12838 12839 12840 12841 12842 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12832 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.
12832 12833 12834 12835 12836 12837 12838 12839 12840 12841 12842 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12832 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.
12832 12833 12834 12835 12836 12837 12838 12839 12840 12841 12842 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12832 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.
12832 12833 12834 12835 12836 12837 12838 12839 12840 12841 12842 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12832 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.
12832 12833 12834 12835 12836 12837 12838 12839 12840 12841 12842 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12832 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 |