Class: Aws::EC2::Types::ModifyManagedPrefixListResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyManagedPrefixListResult
- 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.
52273 52274 52275 52276 52277 |
# File 'lib/aws-sdk-ec2/types.rb', line 52273 class ModifyManagedPrefixListResult < Struct.new( :prefix_list) SENSITIVE = [] include Aws::Structure end |