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.
11016 11017 11018 |
# File 'sig/types.rbs', line 11016 def dry_run @dry_run end |
#verified_access_group_id ⇒ ::String
Returns the value of attribute verified_access_group_id.
11015 11016 11017 |
# File 'sig/types.rbs', line 11015 def verified_access_group_id @verified_access_group_id end |