Class: Aws::EC2::Types::DeletePublicIpv4PoolResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeletePublicIpv4PoolResult
- Includes:
- Structure
- Defined in:
- 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.
16142 16143 16144 16145 16146 |
# File 'lib/aws-sdk-ec2/types.rb', line 16142 class DeletePublicIpv4PoolResult < Struct.new( :return_value) SENSITIVE = [] include Aws::Structure end |