Class: Aws::ConfigService::Types::ConfigurationRecorderSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ConfigurationRecorderSummary
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
A summary of a configuration recorder, including the arn
, name
,
servicePrincipal
, and recordingScope
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the configuration recorder.
-
#name ⇒ String
The name of the configuration recorder.
-
#recording_scope ⇒ String
Indicates whether the [ConfigurationItems][1] in scope for the configuration recorder are recorded for free (
INTERNAL
) or if you are charged a service fee for recording (PAID
). -
#service_principal ⇒ String
For service-linked configuration recorders, indicates which Amazon Web Services service the configuration recorder is linked to.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the configuration recorder.
1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1844 class ConfigurationRecorderSummary < Struct.new( :arn, :name, :service_principal, :recording_scope) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the configuration recorder.
1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1844 class ConfigurationRecorderSummary < Struct.new( :arn, :name, :service_principal, :recording_scope) SENSITIVE = [] include Aws::Structure end |
#recording_scope ⇒ String
Indicates whether the ConfigurationItems in scope for the
configuration recorder are recorded for free (INTERNAL
) or if you
are charged a service fee for recording (PAID
).
1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1844 class ConfigurationRecorderSummary < Struct.new( :arn, :name, :service_principal, :recording_scope) SENSITIVE = [] include Aws::Structure end |
#service_principal ⇒ String
For service-linked configuration recorders, indicates which Amazon Web Services service the configuration recorder is linked to.
1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1844 class ConfigurationRecorderSummary < Struct.new( :arn, :name, :service_principal, :recording_scope) SENSITIVE = [] include Aws::Structure end |