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)


14354
14355
14356
# File 'sig/types.rbs', line 14354

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


14357
14358
14359
# File 'sig/types.rbs', line 14357

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


14355
14356
14357
# File 'sig/types.rbs', line 14355

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


14359
14360
14361
# File 'sig/types.rbs', line 14359

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


14361
14362
14363
# File 'sig/types.rbs', line 14361

def add_supported_regions
  @add_supported_regions
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14350
14351
14352
# File 'sig/types.rbs', line 14350

def dry_run
  @dry_run
end

#private_dns_name::String

Returns the value of attribute private_dns_name.

Returns:

  • (::String)


14352
14353
14354
# File 'sig/types.rbs', line 14352

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


14358
14359
14360
# File 'sig/types.rbs', line 14358

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


14356
14357
14358
# File 'sig/types.rbs', line 14356

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)


14353
14354
14355
# File 'sig/types.rbs', line 14353

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


14360
14361
14362
# File 'sig/types.rbs', line 14360

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


14362
14363
14364
# File 'sig/types.rbs', line 14362

def remove_supported_regions
  @remove_supported_regions
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


14351
14352
14353
# File 'sig/types.rbs', line 14351

def service_id
  @service_id
end