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

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

#successBoolean

Indicates if the release was successful.

Returns:

  • (Boolean)


64667
64668
64669
64670
64671
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64667

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