Class: Aws::ConfigService::Types::PutAggregationAuthorizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::PutAggregationAuthorizationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregation_authorization ⇒ Types::AggregationAuthorization
Returns an AggregationAuthorization object.
Instance Attribute Details
#aggregation_authorization ⇒ Types::AggregationAuthorization
Returns an AggregationAuthorization object.
6908 6909 6910 6911 6912 |
# File 'lib/aws-sdk-configservice/types.rb', line 6908 class PutAggregationAuthorizationResponse < Struct.new( :aggregation_authorization) SENSITIVE = [] include Aws::Structure end |