Class: Aws::QuickSight::Types::ListNamespacesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListNamespacesResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#namespaces ⇒ Array<Types::NamespaceInfoV2>
The information about the namespaces in this Amazon Web Services account.
-
#next_token ⇒ String
A unique pagination token that can be used in a subsequent request.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#namespaces ⇒ Array<Types::NamespaceInfoV2>
The information about the namespaces in this Amazon Web Services account. The response includes the namespace ARN, name, Amazon Web Services Region, notification email address, creation status, and identity store.
22698 22699 22700 22701 22702 22703 22704 22705 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22698 class ListNamespacesResponse < Struct.new( :namespaces, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A unique pagination token that can be used in a subsequent request.
Receiving NextToken
in your response inticates that there is more
data that can be returned. To receive the data, make another
ListNamespaces
API call with the returned token to retrieve the
next page of data. Each token is valid for 24 hours. If you try to
make a ListNamespaces
API call with an expired token, you will
receive a HTTP 400 InvalidNextTokenException
error.
22698 22699 22700 22701 22702 22703 22704 22705 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22698 class ListNamespacesResponse < Struct.new( :namespaces, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
22698 22699 22700 22701 22702 22703 22704 22705 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22698 class ListNamespacesResponse < Struct.new( :namespaces, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
22698 22699 22700 22701 22702 22703 22704 22705 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22698 class ListNamespacesResponse < Struct.new( :namespaces, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |