Class: Aws::EC2::Types::PrefixList
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::PrefixList
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes prefixes for Amazon Web Services services.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cidrs ⇒ Array<String>
The IP address range of the Amazon Web Services service.
-
#prefix_list_id ⇒ String
The ID of the prefix.
-
#prefix_list_name ⇒ String
The name of the prefix.
Instance Attribute Details
#cidrs ⇒ Array<String>
The IP address range of the Amazon Web Services service.
58065 58066 58067 58068 58069 58070 58071 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58065 class PrefixList < Struct.new( :cidrs, :prefix_list_id, :prefix_list_name) SENSITIVE = [] include Aws::Structure end |
#prefix_list_id ⇒ String
The ID of the prefix.
58065 58066 58067 58068 58069 58070 58071 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58065 class PrefixList < Struct.new( :cidrs, :prefix_list_id, :prefix_list_name) SENSITIVE = [] include Aws::Structure end |
#prefix_list_name ⇒ String
The name of the prefix.
58065 58066 58067 58068 58069 58070 58071 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58065 class PrefixList < Struct.new( :cidrs, :prefix_list_id, :prefix_list_name) SENSITIVE = [] include Aws::Structure end |