Class: Aws::QuickSight::Types::DescribeIpRestrictionRequest

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)


13640
13641
13642
13643
13644
# File 'lib/aws-sdk-quicksight/types.rb', line 13640

class DescribeIpRestrictionRequest < Struct.new(
  :aws_account_id)
  SENSITIVE = []
  include Aws::Structure
end