Class: Aws::ConfigService::Types::DeleteServiceLinkedConfigurationRecorderResponse

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)


2547
2548
2549
2550
2551
2552
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2547

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

#nameString

The name of the specified configuration recorder.

Returns:

  • (String)


2547
2548
2549
2550
2551
2552
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2547

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