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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_authorizationTypes::AggregationAuthorization

Returns an AggregationAuthorization object.



6456
6457
6458
6459
6460
# File 'lib/aws-sdk-configservice/types.rb', line 6456

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