Class: Aws::ConfigService::Types::PutServiceLinkedConfigurationRecorderResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


7493
7494
7495
7496
7497
7498
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7493

class PutServiceLinkedConfigurationRecorderResponse < Struct.new(
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the specified configuration recorder.

For service-linked configuration recorders, Config automatically assigns a name that has the prefix "AWS" to the new service-linked configuration recorder.

Returns:

  • (String)


7493
7494
7495
7496
7497
7498
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7493

class PutServiceLinkedConfigurationRecorderResponse < Struct.new(
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end