Class: Aws::Types::RevokeGrantRequest

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)


860
861
862
# File 'sig/types.rbs', line 860

def dry_run
  @dry_run
end

#grant_id::String

Returns the value of attribute grant_id.

Returns:

  • (::String)


859
860
861
# File 'sig/types.rbs', line 859

def grant_id
  @grant_id
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


858
859
860
# File 'sig/types.rbs', line 858

def key_id
  @key_id
end