Class: Aws::Types::Lens

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


984
985
986
# File 'sig/types.rbs', line 984

def description
  @description
end

#lens_arn ⇒ ::String

Returns the value of attribute lens_arn.

Returns:

  • (::String)


981
982
983
# File 'sig/types.rbs', line 981

def lens_arn
  @lens_arn
end

#lens_version ⇒ ::String

Returns the value of attribute lens_version.

Returns:

  • (::String)


982
983
984
# File 'sig/types.rbs', line 982

def lens_version
  @lens_version
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


983
984
985
# File 'sig/types.rbs', line 983

def name
  @name
end

#owner ⇒ ::String

Returns the value of attribute owner.

Returns:

  • (::String)


985
986
987
# File 'sig/types.rbs', line 985

def owner
  @owner
end

#share_invitation_id ⇒ ::String

Returns the value of attribute share_invitation_id.

Returns:

  • (::String)


986
987
988
# File 'sig/types.rbs', line 986

def share_invitation_id
  @share_invitation_id
end

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

Returns the value of attribute tags.

Returns:

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


987
988
989
# File 'sig/types.rbs', line 987

def tags
  @tags
end