Class: Aws::Types::GetVerifiedAccessEndpointPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetVerifiedAccessEndpointPolicyRequest
- 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_endpoint_id ⇒ ::String
Returns the value of attribute verified_access_endpoint_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
10541 10542 10543 |
# File 'sig/types.rbs', line 10541 def dry_run @dry_run end |
#verified_access_endpoint_id ⇒ ::String
Returns the value of attribute verified_access_endpoint_id.
10540 10541 10542 |
# File 'sig/types.rbs', line 10540 def verified_access_endpoint_id @verified_access_endpoint_id end |