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)


14651
14652
14653
# File 'sig/types.rbs', line 14651

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


14654
14655
14656
# File 'sig/types.rbs', line 14654

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


14652
14653
14654
# File 'sig/types.rbs', line 14652

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


14656
14657
14658
# File 'sig/types.rbs', line 14656

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


14658
14659
14660
# File 'sig/types.rbs', line 14658

def add_supported_regions
  @add_supported_regions
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14647
14648
14649
# File 'sig/types.rbs', line 14647

def dry_run
  @dry_run
end

#private_dns_name::String

Returns the value of attribute private_dns_name.

Returns:

  • (::String)


14649
14650
14651
# File 'sig/types.rbs', line 14649

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


14655
14656
14657
# File 'sig/types.rbs', line 14655

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


14653
14654
14655
# File 'sig/types.rbs', line 14653

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)


14650
14651
14652
# File 'sig/types.rbs', line 14650

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


14657
14658
14659
# File 'sig/types.rbs', line 14657

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


14659
14660
14661
# File 'sig/types.rbs', line 14659

def remove_supported_regions
  @remove_supported_regions
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


14648
14649
14650
# File 'sig/types.rbs', line 14648

def service_id
  @service_id
end