Class: Aws::QuickSight::Types::CreateAccountSubscriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateAccountSubscriptionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#signup_response ⇒ Types::SignupResponse
A ‘SignupResponse` object that returns information about a newly created QuickSight account.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
5693 5694 5695 5696 5697 5698 5699 |
# File 'lib/aws-sdk-quicksight/types.rb', line 5693 class CreateAccountSubscriptionResponse < Struct.new( :signup_response, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#signup_response ⇒ Types::SignupResponse
A ‘SignupResponse` object that returns information about a newly created QuickSight account.
5693 5694 5695 5696 5697 5698 5699 |
# File 'lib/aws-sdk-quicksight/types.rb', line 5693 class CreateAccountSubscriptionResponse < Struct.new( :signup_response, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
5693 5694 5695 5696 5697 5698 5699 |
# File 'lib/aws-sdk-quicksight/types.rb', line 5693 class CreateAccountSubscriptionResponse < Struct.new( :signup_response, :status, :request_id) SENSITIVE = [] include Aws::Structure end |