Class: Aws::EC2::Types::ReleaseIpamPoolAllocationResult

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

#successBoolean

Indicates if the release was successful.

Returns:

  • (Boolean)


55646
55647
55648
55649
55650
# File 'lib/aws-sdk-ec2/types.rb', line 55646

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