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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-shield/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 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 988

class GetSubscriptionStateResponse < Struct.new(
  :subscription_state)
  SENSITIVE = []
  include Aws::Structure
end