Class: Aws::Route53GlobalResolver::Types::UpdateAccessSourceInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_source_idString

The unique identifier of the access source to update.

Returns:

  • (String)


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

#cidrString

The CIDR block for the access source.

Returns:

  • (String)


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_typeString

The IP address type for the access source.

Returns:

  • (String)


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

#nameString

The name of the access source.

Returns:

  • (String)


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

#protocolString

The protocol for the access source.

Returns:

  • (String)


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