Class: Aws::QBusiness::Types::SubscriptionDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb

Overview

The details of an Amazon Q Business subscription.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The type of an Amazon Q Business subscription.

Returns:

  • (String)


8279
8280
8281
8282
8283
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 8279

class SubscriptionDetails < Struct.new(
  :type)
  SENSITIVE = []
  include Aws::Structure
end