Class: Aws::QuickSight::Types::CreateAccountSubscriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateAccountSubscriptionResponse
- Defined in:
- gems/aws-sdk-quicksight/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 Amazon 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.
4549 4550 4551 4552 4553 4554 4555 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4549 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 Amazon QuickSight account.
4549 4550 4551 4552 4553 4554 4555 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4549 class CreateAccountSubscriptionResponse < Struct.new( :signup_response, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
4549 4550 4551 4552 4553 4554 4555 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4549 class CreateAccountSubscriptionResponse < Struct.new( :signup_response, :status, :request_id) SENSITIVE = [] include Aws::Structure end |