Class: Aws::Types::GetVerifiedAccessGroupPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetVerifiedAccessGroupPolicyRequest
- 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_group_id ⇒ ::String
Returns the value of attribute verified_access_group_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
10567 10568 10569 |
# File 'sig/types.rbs', line 10567 def dry_run @dry_run end |
#verified_access_group_id ⇒ ::String
Returns the value of attribute verified_access_group_id.
10566 10567 10568 |
# File 'sig/types.rbs', line 10566 def verified_access_group_id @verified_access_group_id end |