Class: Aws::Types::DeleteLensInput

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)


553
554
555
# File 'sig/types.rbs', line 553

def client_request_token
  @client_request_token
end

#lens_alias ⇒ ::String

Returns the value of attribute lens_alias.

Returns:

  • (::String)


552
553
554
# File 'sig/types.rbs', line 552

def lens_alias
  @lens_alias
end

#lens_status ⇒ "ALL", ...

Returns the value of attribute lens_status.

Returns:

  • ("ALL", "DRAFT", "PUBLISHED")


554
555
556
# File 'sig/types.rbs', line 554

def lens_status
  @lens_status
end