Class: Aws::Types::DeleteLensShareInput

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)


561
562
563
# File 'sig/types.rbs', line 561

def client_request_token
  @client_request_token
end

#lens_alias ⇒ ::String

Returns the value of attribute lens_alias.

Returns:

  • (::String)


560
561
562
# File 'sig/types.rbs', line 560

def lens_alias
  @lens_alias
end

#share_id ⇒ ::String

Returns the value of attribute share_id.

Returns:

  • (::String)


559
560
561
# File 'sig/types.rbs', line 559

def share_id
  @share_id
end