Class: Aws::QuickSight::Types::DescribeIpRestrictionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeIpRestrictionRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Note:
When making an API call, you may pass DescribeIpRestrictionRequest data as a hash:
{
aws_account_id: "AwsAccountId", # required
}
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.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the IP rules.
6290 6291 6292 6293 6294 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6290 class DescribeIpRestrictionRequest < Struct.new( :aws_account_id) SENSITIVE = [] include Aws::Structure end |