Class: Aws::Types::ModifyVpcEndpointServiceConfigurationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acceptance_requiredBoolean

Returns the value of attribute acceptance_required.

Returns:

  • (Boolean)


14996
14997
14998
# File 'sig/types.rbs', line 14996

def acceptance_required
  @acceptance_required
end

#add_gateway_load_balancer_arns::Array[::String]

Returns the value of attribute add_gateway_load_balancer_arns.

Returns:

  • (::Array[::String])


14999
15000
15001
# File 'sig/types.rbs', line 14999

def add_gateway_load_balancer_arns
  @add_gateway_load_balancer_arns
end

#add_network_load_balancer_arns::Array[::String]

Returns the value of attribute add_network_load_balancer_arns.

Returns:

  • (::Array[::String])


14997
14998
14999
# File 'sig/types.rbs', line 14997

def add_network_load_balancer_arns
  @add_network_load_balancer_arns
end

#add_supported_ip_address_types::Array[::String]

Returns the value of attribute add_supported_ip_address_types.

Returns:

  • (::Array[::String])


15001
15002
15003
# File 'sig/types.rbs', line 15001

def add_supported_ip_address_types
  @add_supported_ip_address_types
end

#add_supported_regions::Array[::String]

Returns the value of attribute add_supported_regions.

Returns:

  • (::Array[::String])


15003
15004
15005
# File 'sig/types.rbs', line 15003

def add_supported_regions
  @add_supported_regions
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14992
14993
14994
# File 'sig/types.rbs', line 14992

def dry_run
  @dry_run
end

#private_dns_name::String

Returns the value of attribute private_dns_name.

Returns:

  • (::String)


14994
14995
14996
# File 'sig/types.rbs', line 14994

def private_dns_name
  @private_dns_name
end

#remove_gateway_load_balancer_arns::Array[::String]

Returns the value of attribute remove_gateway_load_balancer_arns.

Returns:

  • (::Array[::String])


15000
15001
15002
# File 'sig/types.rbs', line 15000

def remove_gateway_load_balancer_arns
  @remove_gateway_load_balancer_arns
end

#remove_network_load_balancer_arns::Array[::String]

Returns the value of attribute remove_network_load_balancer_arns.

Returns:

  • (::Array[::String])


14998
14999
15000
# File 'sig/types.rbs', line 14998

def remove_network_load_balancer_arns
  @remove_network_load_balancer_arns
end

#remove_private_dns_nameBoolean

Returns the value of attribute remove_private_dns_name.

Returns:

  • (Boolean)


14995
14996
14997
# File 'sig/types.rbs', line 14995

def remove_private_dns_name
  @remove_private_dns_name
end

#remove_supported_ip_address_types::Array[::String]

Returns the value of attribute remove_supported_ip_address_types.

Returns:

  • (::Array[::String])


15002
15003
15004
# File 'sig/types.rbs', line 15002

def remove_supported_ip_address_types
  @remove_supported_ip_address_types
end

#remove_supported_regions::Array[::String]

Returns the value of attribute remove_supported_regions.

Returns:

  • (::Array[::String])


15004
15005
15006
# File 'sig/types.rbs', line 15004

def remove_supported_regions
  @remove_supported_regions
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


14993
14994
14995
# File 'sig/types.rbs', line 14993

def service_id
  @service_id
end