Class: Aws::ConfigService::Types::AssociateResourceTypesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::AssociateResourceTypesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_recorder_arn ⇒ String
The Amazon Resource Name (ARN) of the specified configuration recorder.
-
#resource_types ⇒ Array<String>
The list of resource types you want to add to the recording group of the specified configuration recorder.
Instance Attribute Details
#configuration_recorder_arn ⇒ String
The Amazon Resource Name (ARN) of the specified configuration recorder.
519 520 521 522 523 524 |
# File 'lib/aws-sdk-configservice/types.rb', line 519 class AssociateResourceTypesRequest < Struct.new( :configuration_recorder_arn, :resource_types) SENSITIVE = [] include Aws::Structure end |
#resource_types ⇒ Array<String>
The list of resource types you want to add to the recording group of the specified configuration recorder.
519 520 521 522 523 524 |
# File 'lib/aws-sdk-configservice/types.rb', line 519 class AssociateResourceTypesRequest < Struct.new( :configuration_recorder_arn, :resource_types) SENSITIVE = [] include Aws::Structure end |