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