Class: Aws::Shield::Types::GetSubscriptionStateResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-shield/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#subscription_stateString

The status of the subscription.

Returns:

  • (String)


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