Class: Aws::ConfigService::Types::DescribeConfigurationRecordersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeConfigurationRecordersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
The input for the DescribeConfigurationRecorders action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the configuration recorder that you want to specify.
-
#configuration_recorder_names ⇒ Array<String>
A list of names of the configuration recorders that you want to specify.
-
#service_principal ⇒ String
For service-linked configuration recorders, you can use the service principal of the linked Amazon Web Services service to specify the configuration recorder.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the configuration recorder that you want to specify.
3227 3228 3229 3230 3231 3232 3233 |
# File 'lib/aws-sdk-configservice/types.rb', line 3227 class DescribeConfigurationRecordersRequest < Struct.new( :configuration_recorder_names, :service_principal, :arn) SENSITIVE = [] include Aws::Structure end |
#configuration_recorder_names ⇒ Array<String>
A list of names of the configuration recorders that you want to specify.
3227 3228 3229 3230 3231 3232 3233 |
# File 'lib/aws-sdk-configservice/types.rb', line 3227 class DescribeConfigurationRecordersRequest < Struct.new( :configuration_recorder_names, :service_principal, :arn) SENSITIVE = [] include Aws::Structure end |
#service_principal ⇒ String
For service-linked configuration recorders, you can use the service principal of the linked Amazon Web Services service to specify the configuration recorder.
3227 3228 3229 3230 3231 3232 3233 |
# File 'lib/aws-sdk-configservice/types.rb', line 3227 class DescribeConfigurationRecordersRequest < Struct.new( :configuration_recorder_names, :service_principal, :arn) SENSITIVE = [] include Aws::Structure end |