Class: Aws::Shield::Types::DescribeSubscriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::DescribeSubscriptionResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-shield/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subscription ⇒ Types::Subscription
The Shield Advanced subscription details for an account.
Instance Attribute Details
#subscription ⇒ Types::Subscription
The Shield Advanced subscription details for an account.
831 832 833 834 835 |
# File 'lib/aws-sdk-shield/types.rb', line 831 class DescribeSubscriptionResponse < Struct.new( :subscription) SENSITIVE = [] include Aws::Structure end |