Class: Aws::Types::GetVerifiedAccessGroupPolicyRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


10566
10567
10568
# File 'sig/types.rbs', line 10566

def verified_access_group_id
  @verified_access_group_id
end