Class: Aws::ConnectHealth::Types::GetSubscriptionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::GetSubscriptionOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connecthealth/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#subscription ⇒ Types::SubscriptionDescription
665 666 667 668 669 |
# File 'lib/aws-sdk-connecthealth/types.rb', line 665 class GetSubscriptionOutput < Struct.new( :subscription) SENSITIVE = [] include Aws::Structure end |