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)


3850
3851
3852
3853
3854
3855
3856
3857
3858
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3850

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)


3850
3851
3852
3853
3854
3855
3856
3857
3858
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3850

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)


3850
3851
3852
3853
3854
3855
3856
3857
3858
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3850

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)


3850
3851
3852
3853
3854
3855
3856
3857
3858
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3850

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)


3850
3851
3852
3853
3854
3855
3856
3857
3858
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3850

class UpdateAccessSourceInput < Struct.new(
  :access_source_id,
  :cidr,
  :ip_address_type,
  :name,
  :protocol)
  SENSITIVE = []
  include Aws::Structure
end