Class: Aws::QuickSight::Types::DescribeIpRestrictionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeIpRestrictionResponse
- Defined in:
- gems/aws-sdk-quicksight/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.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the IP rules.
11866 11867 11868 11869 11870 11871 11872 11873 11874 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11866 class DescribeIpRestrictionResponse < Struct.new( :aws_account_id, :ip_restriction_rule_map, :enabled, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
A value that specifies whether IP rules are turned on.
11866 11867 11868 11869 11870 11871 11872 11873 11874 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11866 class DescribeIpRestrictionResponse < Struct.new( :aws_account_id, :ip_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.
11866 11867 11868 11869 11870 11871 11872 11873 11874 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11866 class DescribeIpRestrictionResponse < Struct.new( :aws_account_id, :ip_restriction_rule_map, :enabled, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
11866 11867 11868 11869 11870 11871 11872 11873 11874 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11866 class DescribeIpRestrictionResponse < Struct.new( :aws_account_id, :ip_restriction_rule_map, :enabled, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
11866 11867 11868 11869 11870 11871 11872 11873 11874 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11866 class DescribeIpRestrictionResponse < Struct.new( :aws_account_id, :ip_restriction_rule_map, :enabled, :request_id, :status) SENSITIVE = [] include Aws::Structure end |