Class: Aws::Route53GlobalResolver::Types::UpdateAccessSourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::UpdateAccessSourceInput
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_source_id ⇒ String
The unique identifier of the access source to update.
-
#cidr ⇒ String
The CIDR block for the access source.
-
#ip_address_type ⇒ String
The IP address type for the access source.
-
#name ⇒ String
The name of the access source.
-
#protocol ⇒ String
The protocol for the access source.
Instance Attribute Details
#access_source_id ⇒ String
The unique identifier of the access source to update.
3911 3912 3913 3914 3915 3916 3917 3918 3919 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3911 class UpdateAccessSourceInput < Struct.new( :access_source_id, :cidr, :ip_address_type, :name, :protocol) SENSITIVE = [] include Aws::Structure end |
#cidr ⇒ String
The CIDR block for the access source.
3911 3912 3913 3914 3915 3916 3917 3918 3919 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3911 class UpdateAccessSourceInput < Struct.new( :access_source_id, :cidr, :ip_address_type, :name, :protocol) SENSITIVE = [] include Aws::Structure end |
#ip_address_type ⇒ String
The IP address type for the access source.
3911 3912 3913 3914 3915 3916 3917 3918 3919 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3911 class UpdateAccessSourceInput < Struct.new( :access_source_id, :cidr, :ip_address_type, :name, :protocol) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the access source.
3911 3912 3913 3914 3915 3916 3917 3918 3919 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3911 class UpdateAccessSourceInput < Struct.new( :access_source_id, :cidr, :ip_address_type, :name, :protocol) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The protocol for the access source.
3911 3912 3913 3914 3915 3916 3917 3918 3919 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3911 class UpdateAccessSourceInput < Struct.new( :access_source_id, :cidr, :ip_address_type, :name, :protocol) SENSITIVE = [] include Aws::Structure end |