Class: Aws::EC2::Types::DeletePublicIpv4PoolResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeletePublicIpv4PoolResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#return_value ⇒ Boolean
Information about the result of deleting the public IPv4 pool.
Instance Attribute Details
#return_value ⇒ Boolean
Information about the result of deleting the public IPv4 pool.
16267 16268 16269 16270 16271 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 16267 class DeletePublicIpv4PoolResult < Struct.new( :return_value) SENSITIVE = [] include Aws::Structure end |