Class: Aws::Types::CreateGrantResponse

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)


115
116
117
# File 'sig/types.rbs', line 115

def grant_id
  @grant_id
end

#grant_token::String

Returns the value of attribute grant_token.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def grant_token
  @grant_token
end