Class: Aws::EC2::Types::DeleteManagedPrefixListResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteManagedPrefixListResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#prefix_list ⇒ Types::ManagedPrefixList
Information about the prefix list.
Instance Attribute Details
#prefix_list ⇒ Types::ManagedPrefixList
Information about the prefix list.
16268 16269 16270 16271 16272 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 16268 class DeleteManagedPrefixListResult < Struct.new( :prefix_list) SENSITIVE = [] include Aws::Structure end |