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
trueif the request succeeds, and an error otherwise.
Instance Attribute Details
#return ⇒ Boolean
Is true if the request succeeds, and an error otherwise.
5430 5431 5432 5433 5434 |
# File 'lib/aws-sdk-ec2/types.rb', line 5430 class CancelDeclarativePoliciesReportResult < Struct.new( :return) SENSITIVE = [] include Aws::Structure end |