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.
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.
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.
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.
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.
14997 14998 14999 |
# File 'sig/types.rbs', line 14997 def add_supported_regions @add_supported_regions end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
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.
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.
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.
14992 14993 14994 |
# File 'sig/types.rbs', line 14992 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.
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.
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.
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.
14987 14988 14989 |
# File 'sig/types.rbs', line 14987 def service_id @service_id end |