Class: Aws::Types::CreateLensVersionInput

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)


394
395
396
# File 'sig/types.rbs', line 394

def client_request_token
  @client_request_token
end

#is_major_version ⇒ Boolean

Returns the value of attribute is_major_version.

Returns:

  • (Boolean)


393
394
395
# File 'sig/types.rbs', line 393

def is_major_version
  @is_major_version
end

#lens_alias ⇒ ::String

Returns the value of attribute lens_alias.

Returns:

  • (::String)


391
392
393
# File 'sig/types.rbs', line 391

def lens_alias
  @lens_alias
end

#lens_version ⇒ ::String

Returns the value of attribute lens_version.

Returns:

  • (::String)


392
393
394
# File 'sig/types.rbs', line 392

def lens_version
  @lens_version
end