Class: Aws::Types::Lens
- Inherits:
-
Object
- Object
- Aws::Types::Lens
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
-
#lens_version ⇒ ::String
Returns the value of attribute lens_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#share_invitation_id ⇒ ::String
Returns the value of attribute share_invitation_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
984 985 986 |
# File 'sig/types.rbs', line 984 def description @description end |
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
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.
982 983 984 |
# File 'sig/types.rbs', line 982 def lens_version @lens_version end |
#name ⇒ ::String
Returns the value of attribute name.
983 984 985 |
# File 'sig/types.rbs', line 983 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
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.
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.
987 988 989 |
# File 'sig/types.rbs', line 987 def end |