Class: Aws::ConfigService::Types::ResourceValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ResourceValue
- Includes:
- Structure
- Defined in:
- 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.
8151 8152 8153 8154 8155 |
# File 'lib/aws-sdk-configservice/types.rb', line 8151 class ResourceValue < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |