Class: Aws::Types::ImportLensInput

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)


936
937
938
# File 'sig/types.rbs', line 936

def client_request_token
  @client_request_token
end

#json_string ⇒ ::String

Returns the value of attribute json_string.

Returns:

  • (::String)


935
936
937
# File 'sig/types.rbs', line 935

def json_string
  @json_string
end

#lens_alias ⇒ ::String

Returns the value of attribute lens_alias.

Returns:

  • (::String)


934
935
936
# File 'sig/types.rbs', line 934

def lens_alias
  @lens_alias
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


937
938
939
# File 'sig/types.rbs', line 937

def tags
  @tags
end