Class: Aws::EC2::Types::CancelDeclarativePoliciesReportResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#returnBoolean

Is true if the request succeeds, and an error otherwise.

Returns:

  • (Boolean)


4465
4466
4467
4468
4469
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 4465

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