Class: Aws::EC2::Types::ReplaceImageCriteriaInAllowedImagesSettingsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#return_valueBoolean

Returns ‘true` if the request succeeds; otherwise, it returns an error.

Returns:

  • (Boolean)


71507
71508
71509
71510
71511
# File 'lib/aws-sdk-ec2/types.rb', line 71507

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