Class: Aws::EC2::Types::CreateManagedPrefixListResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateManagedPrefixListResult
- Includes:
- Structure
- Defined in:
- 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.
10296 10297 10298 10299 10300 |
# File 'lib/aws-sdk-ec2/types.rb', line 10296 class CreateManagedPrefixListResult < Struct.new( :prefix_list) SENSITIVE = [] include Aws::Structure end |