Class: Aws::Types::CreateLensShareInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token ⇒ ::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


381
382
383
# File 'sig/types.rbs', line 381

def client_request_token
  @client_request_token
end

#lens_alias ⇒ ::String

Returns the value of attribute lens_alias.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def lens_alias
  @lens_alias
end

#shared_with ⇒ ::String

Returns the value of attribute shared_with.

Returns:

  • (::String)


380
381
382
# File 'sig/types.rbs', line 380

def shared_with
  @shared_with
end