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)


7537
7538
7539
7540
7541
7542
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7537

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 "AWSConfigurationRecorderFor" to the new service-linked configuration recorder.

Returns:

  • (String)


7537
7538
7539
7540
7541
7542
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7537

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