Class: Aws::ControlTower::Types::EnabledBaselineParameter

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

Overview

A key-value parameter to an ‘EnabledBaseline` resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

A string denoting the parameter key.

Returns:

  • (String)


632
633
634
635
636
637
# File 'lib/aws-sdk-controltower/types.rb', line 632

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

#valueHash, ...

A low-level ‘Document` object of any type (for example, a Java Object).

Returns:

  • (Hash, Array, String, Numeric, Boolean)


632
633
634
635
636
637
# File 'lib/aws-sdk-controltower/types.rb', line 632

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