Class: Aws::Types::ExportVerifiedAccessInstanceClientConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::ExportVerifiedAccessInstanceClientConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
9289 9290 9291 |
# File 'sig/types.rbs', line 9289 def dry_run @dry_run end |
#verified_access_instance_id ⇒ ::String
Returns the value of attribute verified_access_instance_id.
9288 9289 9290 |
# File 'sig/types.rbs', line 9288 def verified_access_instance_id @verified_access_instance_id end |