Class: Aws::QuickSight::Types::CreateFolderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateFolderResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) for the newly created folder.
-
#folder_id ⇒ String
The folder ID for the newly created folder.
-
#request_id ⇒ String
The request ID for the newly created folder.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) for the newly created folder.
6351 6352 6353 6354 6355 6356 6357 6358 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6351 class CreateFolderResponse < Struct.new( :status, :arn, :folder_id, :request_id) SENSITIVE = [] include Aws::Structure end |
#folder_id ⇒ String
The folder ID for the newly created folder.
6351 6352 6353 6354 6355 6356 6357 6358 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6351 class CreateFolderResponse < Struct.new( :status, :arn, :folder_id, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID for the newly created folder.
6351 6352 6353 6354 6355 6356 6357 6358 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6351 class CreateFolderResponse < Struct.new( :status, :arn, :folder_id, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
6351 6352 6353 6354 6355 6356 6357 6358 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6351 class CreateFolderResponse < Struct.new( :status, :arn, :folder_id, :request_id) SENSITIVE = [] include Aws::Structure end |