Class: Aws::QuickSight::Types::DescribeNamespaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeNamespaceRequest
- 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 for the Amazon Web Services account that contains the Amazon QuickSight namespace that you want to describe.
-
#namespace ⇒ String
The namespace that you want to describe.
Instance Attribute Details
#aws_account_id ⇒ String
The ID for the Amazon Web Services account that contains the Amazon QuickSight namespace that you want to describe.
13747 13748 13749 13750 13751 13752 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13747 class DescribeNamespaceRequest < Struct.new( :aws_account_id, :namespace) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace that you want to describe.
13747 13748 13749 13750 13751 13752 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13747 class DescribeNamespaceRequest < Struct.new( :aws_account_id, :namespace) SENSITIVE = [] include Aws::Structure end |