Class: Aws::ConfigService::Types::PutAggregationAuthorizationResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_authorizationTypes::AggregationAuthorization

Returns an AggregationAuthorization object.



3290
3291
3292
3293
# File 'lib/aws-sdk-configservice/types.rb', line 3290

class PutAggregationAuthorizationResponse < Struct.new(
  :aggregation_authorization)
  include Aws::Structure
end