Class: Aws::ConfigService::Types::PutServiceLinkedConfigurationRecorderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::PutServiceLinkedConfigurationRecorderResponse
- 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.
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 |
#name ⇒ String
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.
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 |