Class: Aws::Types::ImportLensInput
- Inherits:
-
Object
- Object
- Aws::Types::ImportLensInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#json_string ⇒ ::String
Returns the value of attribute json_string.
-
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
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.
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.
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.
937 938 939 |
# File 'sig/types.rbs', line 937 def @tags end |