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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4030
4031
4032
4033
4034
4035
4036
4037
4038
# File 'lib/aws-sdk-route53globalresolver/types.rb', line 4030

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)


4030
4031
4032
4033
4034
4035
4036
4037
4038
# File 'lib/aws-sdk-route53globalresolver/types.rb', line 4030

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)


4030
4031
4032
4033
4034
4035
4036
4037
4038
# File 'lib/aws-sdk-route53globalresolver/types.rb', line 4030

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)


4030
4031
4032
4033
4034
4035
4036
4037
4038
# File 'lib/aws-sdk-route53globalresolver/types.rb', line 4030

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)


4030
4031
4032
4033
4034
4035
4036
4037
4038
# File 'lib/aws-sdk-route53globalresolver/types.rb', line 4030

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