Class: Aws::ConfigService::Types::DescribeConfigurationRecorderStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeConfigurationRecorderStatusRequest
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
The input for the DescribeConfigurationRecorderStatus 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>
The name of the configuration recorder.
-
#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.
3184 3185 3186 3187 3188 3189 3190 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3184 class DescribeConfigurationRecorderStatusRequest < Struct.new( :configuration_recorder_names, :service_principal, :arn) SENSITIVE = [] include Aws::Structure end |
#configuration_recorder_names ⇒ Array<String>
The name of the configuration recorder. If the name is not specified, the opertation returns the status for the customer managed configuration recorder configured for the account, if applicable.
3184 3185 3186 3187 3188 3189 3190 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3184 class DescribeConfigurationRecorderStatusRequest < 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.
3184 3185 3186 3187 3188 3189 3190 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3184 class DescribeConfigurationRecorderStatusRequest < Struct.new( :configuration_recorder_names, :service_principal, :arn) SENSITIVE = [] include Aws::Structure end |