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.
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 |
#name ⇒ String
The name of the specified configuration recorder.
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 |