Class: Aws::ConfigService::Types::StaticValue

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-configservice/types.rb

Overview

The static value of the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#valuesArray<String>

A list of values. For example, the ARN of the assumed role.

Returns:

  • (Array<String>)


8630
8631
8632
8633
8634
# File 'lib/aws-sdk-configservice/types.rb', line 8630

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