Class: Aws::Types::ModifyVerifiedAccessInstanceRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVerifiedAccessInstanceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr_endpoints_custom_sub_domain ⇒ ::String
Returns the value of attribute cidr_endpoints_custom_sub_domain.
-
#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.
-
#verified_access_instance_id ⇒ ::String
Returns the value of attribute verified_access_instance_id.
Instance Attribute Details
#cidr_endpoints_custom_sub_domain ⇒ ::String
Returns the value of attribute cidr_endpoints_custom_sub_domain.
14467 14468 14469 |
# File 'sig/types.rbs', line 14467 def cidr_endpoints_custom_sub_domain @cidr_endpoints_custom_sub_domain end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
14466 14467 14468 |
# File 'sig/types.rbs', line 14466 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
14464 14465 14466 |
# File 'sig/types.rbs', line 14464 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14465 14466 14467 |
# File 'sig/types.rbs', line 14465 def dry_run @dry_run end |
#verified_access_instance_id ⇒ ::String
Returns the value of attribute verified_access_instance_id.
14463 14464 14465 |
# File 'sig/types.rbs', line 14463 def verified_access_instance_id @verified_access_instance_id end |