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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/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>)


7973
7974
7975
7976
7977
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7973

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