Class: Aws::ConfigService::Types::DeleteServiceLinkedConfigurationRecorderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DeleteServiceLinkedConfigurationRecorderResponse
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the specified configuration recorder.
-
#name ⇒ String
The name of the specified configuration recorder.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the specified configuration recorder.
2580 2581 2582 2583 2584 2585 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2580 class DeleteServiceLinkedConfigurationRecorderResponse < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the specified configuration recorder.
2580 2581 2582 2583 2584 2585 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2580 class DeleteServiceLinkedConfigurationRecorderResponse < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |