Class: Aws::Types::ListGrantsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#grants::Array[Types::GrantListEntry]

Returns the value of attribute grants.

Returns:



700
701
702
# File 'sig/types.rbs', line 700

def grants
  @grants
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


701
702
703
# File 'sig/types.rbs', line 701

def next_marker
  @next_marker
end

#truncatedBoolean

Returns the value of attribute truncated.

Returns:

  • (Boolean)


702
703
704
# File 'sig/types.rbs', line 702

def truncated
  @truncated
end