Class: Aws::Shield::Types::GetSubscriptionStateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::GetSubscriptionStateResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-shield/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subscription_state ⇒ String
The status of the subscription.
Instance Attribute Details
#subscription_state ⇒ String
The status of the subscription.
988 989 990 991 992 |
# File 'lib/aws-sdk-shield/types.rb', line 988 class GetSubscriptionStateResponse < Struct.new( :subscription_state) SENSITIVE = [] include Aws::Structure end |