Class: Aws::ConfigService::Types::ResourceValue

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#valueString

The value is a resource ID.

Returns:

  • (String)


8121
8122
8123
8124
8125
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8121

class ResourceValue < Struct.new(
  :value)
  SENSITIVE = []
  include Aws::Structure
end