Class: Aws::QuickSight::Types::NamespaceInfoV2

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The error type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The namespace ARN.

Returns:

  • (String)


20584
20585
20586
20587
20588
20589
20590
20591
20592
20593
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20584

class NamespaceInfoV2 < Struct.new(
  :name,
  :arn,
  :capacity_region,
  :creation_status,
  :identity_store,
  :namespace_error)
  SENSITIVE = []
  include Aws::Structure
end

#capacity_regionString

The namespace Amazon Web Services Region.

Returns:

  • (String)


20584
20585
20586
20587
20588
20589
20590
20591
20592
20593
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20584

class NamespaceInfoV2 < Struct.new(
  :name,
  :arn,
  :capacity_region,
  :creation_status,
  :identity_store,
  :namespace_error)
  SENSITIVE = []
  include Aws::Structure
end

#creation_statusString

The creation status of a namespace that is not yet completely created.

Returns:

  • (String)


20584
20585
20586
20587
20588
20589
20590
20591
20592
20593
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20584

class NamespaceInfoV2 < Struct.new(
  :name,
  :arn,
  :capacity_region,
  :creation_status,
  :identity_store,
  :namespace_error)
  SENSITIVE = []
  include Aws::Structure
end

#identity_storeString

The identity store used for the namespace.

Returns:

  • (String)


20584
20585
20586
20587
20588
20589
20590
20591
20592
20593
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20584

class NamespaceInfoV2 < Struct.new(
  :name,
  :arn,
  :capacity_region,
  :creation_status,
  :identity_store,
  :namespace_error)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the error.

Returns:

  • (String)


20584
20585
20586
20587
20588
20589
20590
20591
20592
20593
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20584

class NamespaceInfoV2 < Struct.new(
  :name,
  :arn,
  :capacity_region,
  :creation_status,
  :identity_store,
  :namespace_error)
  SENSITIVE = []
  include Aws::Structure
end

#namespace_errorTypes::NamespaceError

An error that occurred when the namespace was created.



20584
20585
20586
20587
20588
20589
20590
20591
20592
20593
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20584

class NamespaceInfoV2 < Struct.new(
  :name,
  :arn,
  :capacity_region,
  :creation_status,
  :identity_store,
  :namespace_error)
  SENSITIVE = []
  include Aws::Structure
end