Class: Aws::Shield::Types::DescribeSubscriptionResponse

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

#subscriptionTypes::Subscription

The Shield Advanced subscription details for an account.

Returns:



831
832
833
834
835
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 831

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