Class: Aws::Types::ModifyVerifiedAccessEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVerifiedAccessEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr_options ⇒ Types::ModifyVerifiedAccessEndpointCidrOptions
Returns the value of attribute cidr_options.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#load_balancer_options ⇒ Types::ModifyVerifiedAccessEndpointLoadBalancerOptions
Returns the value of attribute load_balancer_options.
-
#network_interface_options ⇒ Types::ModifyVerifiedAccessEndpointEniOptions
Returns the value of attribute network_interface_options.
-
#rds_options ⇒ Types::ModifyVerifiedAccessEndpointRdsOptions
Returns the value of attribute rds_options.
-
#verified_access_endpoint_id ⇒ ::String
Returns the value of attribute verified_access_endpoint_id.
-
#verified_access_group_id ⇒ ::String
Returns the value of attribute verified_access_group_id.
Instance Attribute Details
#cidr_options ⇒ Types::ModifyVerifiedAccessEndpointCidrOptions
Returns the value of attribute cidr_options.
14754 14755 14756 |
# File 'sig/types.rbs', line 14754 def @cidr_options end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
14751 14752 14753 |
# File 'sig/types.rbs', line 14751 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
14750 14751 14752 |
# File 'sig/types.rbs', line 14750 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14752 14753 14754 |
# File 'sig/types.rbs', line 14752 def dry_run @dry_run end |
#load_balancer_options ⇒ Types::ModifyVerifiedAccessEndpointLoadBalancerOptions
Returns the value of attribute load_balancer_options.
14748 14749 14750 |
# File 'sig/types.rbs', line 14748 def @load_balancer_options end |
#network_interface_options ⇒ Types::ModifyVerifiedAccessEndpointEniOptions
Returns the value of attribute network_interface_options.
14749 14750 14751 |
# File 'sig/types.rbs', line 14749 def @network_interface_options end |
#rds_options ⇒ Types::ModifyVerifiedAccessEndpointRdsOptions
Returns the value of attribute rds_options.
14753 14754 14755 |
# File 'sig/types.rbs', line 14753 def @rds_options end |
#verified_access_endpoint_id ⇒ ::String
Returns the value of attribute verified_access_endpoint_id.
14746 14747 14748 |
# File 'sig/types.rbs', line 14746 def verified_access_endpoint_id @verified_access_endpoint_id end |
#verified_access_group_id ⇒ ::String
Returns the value of attribute verified_access_group_id.
14747 14748 14749 |
# File 'sig/types.rbs', line 14747 def verified_access_group_id @verified_access_group_id end |