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.
14170 14171 14172 |
# File 'sig/types.rbs', line 14170 def cidr_endpoints_custom_sub_domain @cidr_endpoints_custom_sub_domain end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
14169 14170 14171 |
# File 'sig/types.rbs', line 14169 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
14167 14168 14169 |
# File 'sig/types.rbs', line 14167 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14168 14169 14170 |
# File 'sig/types.rbs', line 14168 def dry_run @dry_run end |
#verified_access_instance_id ⇒ ::String
Returns the value of attribute verified_access_instance_id.
14166 14167 14168 |
# File 'sig/types.rbs', line 14166 def verified_access_instance_id @verified_access_instance_id end |