Class: Aws::QuickSight::Types::DescribeNamespaceRequest

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_id ⇒ String

The ID for the Amazon Web Services account that contains the Quick Sight namespace that you want to describe.

Returns:

  • (String)


21091
21092
21093
21094
21095
21096
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21091

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

#namespace ⇒ String

The namespace that you want to describe.

Returns:

  • (String)


21091
21092
21093
21094
21095
21096
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21091

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