Class: Aws::Types::ModifyVpcEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVpcEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_route_table_ids ⇒ ::Array[::String]
Returns the value of attribute add_route_table_ids.
-
#add_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute add_security_group_ids.
-
#add_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute add_subnet_ids.
-
#dns_options ⇒ Types::DnsOptionsSpecification
Returns the value of attribute dns_options.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ip_address_type ⇒ "ipv4", ...
Returns the value of attribute ip_address_type.
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#private_dns_enabled ⇒ Boolean
Returns the value of attribute private_dns_enabled.
-
#remove_route_table_ids ⇒ ::Array[::String]
Returns the value of attribute remove_route_table_ids.
-
#remove_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute remove_security_group_ids.
-
#remove_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute remove_subnet_ids.
-
#reset_policy ⇒ Boolean
Returns the value of attribute reset_policy.
-
#subnet_configurations ⇒ ::Array[Types::SubnetConfiguration]
Returns the value of attribute subnet_configurations.
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
Instance Attribute Details
#add_route_table_ids ⇒ ::Array[::String]
Returns the value of attribute add_route_table_ids.
14331 14332 14333 |
# File 'sig/types.rbs', line 14331 def add_route_table_ids @add_route_table_ids end |
#add_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute add_security_group_ids.
14335 14336 14337 |
# File 'sig/types.rbs', line 14335 def add_security_group_ids @add_security_group_ids end |
#add_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute add_subnet_ids.
14333 14334 14335 |
# File 'sig/types.rbs', line 14333 def add_subnet_ids @add_subnet_ids end |
#dns_options ⇒ Types::DnsOptionsSpecification
Returns the value of attribute dns_options.
14338 14339 14340 |
# File 'sig/types.rbs', line 14338 def @dns_options end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14327 14328 14329 |
# File 'sig/types.rbs', line 14327 def dry_run @dry_run end |
#ip_address_type ⇒ "ipv4", ...
Returns the value of attribute ip_address_type.
14337 14338 14339 |
# File 'sig/types.rbs', line 14337 def ip_address_type @ip_address_type end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
14330 14331 14332 |
# File 'sig/types.rbs', line 14330 def policy_document @policy_document end |
#private_dns_enabled ⇒ Boolean
Returns the value of attribute private_dns_enabled.
14339 14340 14341 |
# File 'sig/types.rbs', line 14339 def private_dns_enabled @private_dns_enabled end |
#remove_route_table_ids ⇒ ::Array[::String]
Returns the value of attribute remove_route_table_ids.
14332 14333 14334 |
# File 'sig/types.rbs', line 14332 def remove_route_table_ids @remove_route_table_ids end |
#remove_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute remove_security_group_ids.
14336 14337 14338 |
# File 'sig/types.rbs', line 14336 def remove_security_group_ids @remove_security_group_ids end |
#remove_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute remove_subnet_ids.
14334 14335 14336 |
# File 'sig/types.rbs', line 14334 def remove_subnet_ids @remove_subnet_ids end |
#reset_policy ⇒ Boolean
Returns the value of attribute reset_policy.
14329 14330 14331 |
# File 'sig/types.rbs', line 14329 def reset_policy @reset_policy end |
#subnet_configurations ⇒ ::Array[Types::SubnetConfiguration]
Returns the value of attribute subnet_configurations.
14340 14341 14342 |
# File 'sig/types.rbs', line 14340 def subnet_configurations @subnet_configurations end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
14328 14329 14330 |
# File 'sig/types.rbs', line 14328 def vpc_endpoint_id @vpc_endpoint_id end |