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)


14990
14991
14992
# File 'sig/types.rbs', line 14990

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])


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

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])


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

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])


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

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])


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

def add_supported_regions
  @add_supported_regions
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14986
14987
14988
# File 'sig/types.rbs', line 14986

def dry_run
  @dry_run
end

#private_dns_name::String

Returns the value of attribute private_dns_name.

Returns:

  • (::String)


14988
14989
14990
# File 'sig/types.rbs', line 14988

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])


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

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])


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

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)


14989
14990
14991
# File 'sig/types.rbs', line 14989

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])


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

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])


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

def remove_supported_regions
  @remove_supported_regions
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


14987
14988
14989
# File 'sig/types.rbs', line 14987

def service_id
  @service_id
end