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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


12185
12186
12187
12188
12189
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12185

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