Class: Aws::QuickSight::Types::CreateAccountSubscriptionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


5569
5570
5571
5572
5573
5574
5575
# File 'lib/aws-sdk-quicksight/types.rb', line 5569

class CreateAccountSubscriptionResponse < Struct.new(
  :signup_response,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#signup_responseTypes::SignupResponse

A ‘SignupResponse` object that returns information about a newly created Amazon QuickSight account.



5569
5570
5571
5572
5573
5574
5575
# File 'lib/aws-sdk-quicksight/types.rb', line 5569

class CreateAccountSubscriptionResponse < Struct.new(
  :signup_response,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


5569
5570
5571
5572
5573
5574
5575
# File 'lib/aws-sdk-quicksight/types.rb', line 5569

class CreateAccountSubscriptionResponse < Struct.new(
  :signup_response,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end