Class: Aws::Types::ModifyVerifiedAccessInstanceLoggingConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVerifiedAccessInstanceLoggingConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_logs ⇒ Types::VerifiedAccessLogOptions
Returns the value of attribute access_logs.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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
#access_logs ⇒ Types::VerifiedAccessLogOptions
Returns the value of attribute access_logs.
14790 14791 14792 |
# File 'sig/types.rbs', line 14790 def access_logs @access_logs end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
14792 14793 14794 |
# File 'sig/types.rbs', line 14792 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14791 14792 14793 |
# File 'sig/types.rbs', line 14791 def dry_run @dry_run end |
#verified_access_instance_id ⇒ ::String
Returns the value of attribute verified_access_instance_id.
14789 14790 14791 |
# File 'sig/types.rbs', line 14789 def verified_access_instance_id @verified_access_instance_id end |