Class: Aws::EC2::Types::DeleteIpamScopeResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteIpamScopeResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipam_scope ⇒ Types::IpamScope
Information about the results of the deletion.
Instance Attribute Details
#ipam_scope ⇒ Types::IpamScope
Information about the results of the deletion.
15435 15436 15437 15438 15439 |
# File 'lib/aws-sdk-ec2/types.rb', line 15435 class DeleteIpamScopeResult < Struct.new( :ipam_scope) SENSITIVE = [] include Aws::Structure end |