Class: Aws::Types::RetireGrantRequest

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)


853
854
855
# File 'sig/types.rbs', line 853

def dry_run
  @dry_run
end

#grant_id::String

Returns the value of attribute grant_id.

Returns:

  • (::String)


852
853
854
# File 'sig/types.rbs', line 852

def grant_id
  @grant_id
end

#grant_token::String

Returns the value of attribute grant_token.

Returns:

  • (::String)


850
851
852
# File 'sig/types.rbs', line 850

def grant_token
  @grant_token
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


851
852
853
# File 'sig/types.rbs', line 851

def key_id
  @key_id
end