Class: Aws::ConfigService::Types::ConfigurationRecorderSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the configuration recorder.

Returns:

  • (String)


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

#nameString

The name of the configuration recorder.

Returns:

  • (String)


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_scopeString

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).

Returns:

  • (String)


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_principalString

For service-linked configuration recorders, indicates which Amazon Web Services service the configuration recorder is linked to.

Returns:

  • (String)


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