Class: Aws::Types::ModifyVpcEndpointServiceConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVpcEndpointServiceConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acceptance_required ⇒ Boolean
Returns the value of attribute acceptance_required.
-
#add_gateway_load_balancer_arns ⇒ ::Array[::String]
Returns the value of attribute add_gateway_load_balancer_arns.
-
#add_network_load_balancer_arns ⇒ ::Array[::String]
Returns the value of attribute add_network_load_balancer_arns.
-
#add_supported_ip_address_types ⇒ ::Array[::String]
Returns the value of attribute add_supported_ip_address_types.
-
#add_supported_regions ⇒ ::Array[::String]
Returns the value of attribute add_supported_regions.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#private_dns_name ⇒ ::String
Returns the value of attribute private_dns_name.
-
#remove_gateway_load_balancer_arns ⇒ ::Array[::String]
Returns the value of attribute remove_gateway_load_balancer_arns.
-
#remove_network_load_balancer_arns ⇒ ::Array[::String]
Returns the value of attribute remove_network_load_balancer_arns.
-
#remove_private_dns_name ⇒ Boolean
Returns the value of attribute remove_private_dns_name.
-
#remove_supported_ip_address_types ⇒ ::Array[::String]
Returns the value of attribute remove_supported_ip_address_types.
-
#remove_supported_regions ⇒ ::Array[::String]
Returns the value of attribute remove_supported_regions.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
Instance Attribute Details
#acceptance_required ⇒ Boolean
Returns the value of attribute acceptance_required.
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.
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.
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.
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.
14361 14362 14363 |
# File 'sig/types.rbs', line 14361 def add_supported_regions @add_supported_regions end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
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.
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.
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.
14356 14357 14358 |
# File 'sig/types.rbs', line 14356 def remove_network_load_balancer_arns @remove_network_load_balancer_arns end |
#remove_private_dns_name ⇒ Boolean
Returns the value of attribute remove_private_dns_name.
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.
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.
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.
14351 14352 14353 |
# File 'sig/types.rbs', line 14351 def service_id @service_id end |