Class: Aws::EC2::Types::AttributeBooleanValue

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

Overview

Describes a value for a resource attribute that is a Boolean value.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#valueBoolean

The attribute value. The valid values are ‘true` or `false`.

Returns:

  • (Boolean)


3064
3065
3066
3067
3068
# File 'lib/aws-sdk-ec2/types.rb', line 3064

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