Class: Aws::Types::ListGrantsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#grant_id::String

Returns the value of attribute grant_id.

Returns:

  • (::String)


693
694
695
# File 'sig/types.rbs', line 693

def grant_id
  @grant_id
end

#grantee_principal::String

Returns the value of attribute grantee_principal.

Returns:

  • (::String)


694
695
696
# File 'sig/types.rbs', line 694

def grantee_principal
  @grantee_principal
end

#grantee_service_principal::String

Returns the value of attribute grantee_service_principal.

Returns:

  • (::String)


695
696
697
# File 'sig/types.rbs', line 695

def grantee_service_principal
  @grantee_service_principal
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


692
693
694
# File 'sig/types.rbs', line 692

def key_id
  @key_id
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


690
691
692
# File 'sig/types.rbs', line 690

def limit
  @limit
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


691
692
693
# File 'sig/types.rbs', line 691

def marker
  @marker
end