Class: Aws::EC2::Types::CancelDeclarativePoliciesReportResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CancelDeclarativePoliciesReportResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#return ⇒ Boolean
Is ‘true` if the request succeeds, and an error otherwise.
Instance Attribute Details
#return ⇒ Boolean
Is ‘true` if the request succeeds, and an error otherwise.
4347 4348 4349 4350 4351 |
# File 'lib/aws-sdk-ec2/types.rb', line 4347 class CancelDeclarativePoliciesReportResult < Struct.new( :return) SENSITIVE = [] include Aws::Structure end |