Class: Aws::EC2::Types::DeleteManagedPrefixListResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#prefix_listTypes::ManagedPrefixList

Information about the prefix list.



14336
14337
14338
14339
14340
# File 'lib/aws-sdk-ec2/types.rb', line 14336

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