Class: Aws::ConfigService::Types::ResourceValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ResourceValue
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
The dynamic value of the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#value ⇒ String
The value is a resource ID.
Instance Attribute Details
#value ⇒ String
The value is a resource ID.
8633 8634 8635 8636 8637 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8633 class ResourceValue < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |