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.
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.
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.
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.
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.
14658 14659 14660 |
# File 'sig/types.rbs', line 14658 def add_supported_regions @add_supported_regions end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
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.
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.
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.
14653 14654 14655 |
# File 'sig/types.rbs', line 14653 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.
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.
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.
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.
14648 14649 14650 |
# File 'sig/types.rbs', line 14648 def service_id @service_id end |