Class: Aws::Types::LensSummary
- Inherits:
-
Object
- Object
- Aws::Types::LensSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
-
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
-
#lens_name ⇒ ::String
Returns the value of attribute lens_name.
-
#lens_status ⇒ "CURRENT", ...
Returns the value of attribute lens_status.
-
#lens_type ⇒ "AWS_OFFICIAL", ...
Returns the value of attribute lens_type.
-
#lens_version ⇒ ::String
Returns the value of attribute lens_version.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def description @description end |
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def lens_alias @lens_alias end |
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def lens_arn @lens_arn end |
#lens_name ⇒ ::String
Returns the value of attribute lens_name.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def lens_name @lens_name end |
#lens_status ⇒ "CURRENT", ...
Returns the value of attribute lens_status.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def lens_status @lens_status end |
#lens_type ⇒ "AWS_OFFICIAL", ...
Returns the value of attribute lens_type.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def lens_type @lens_type end |
#lens_version ⇒ ::String
Returns the value of attribute lens_version.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def lens_version @lens_version end |
#owner ⇒ ::String
Returns the value of attribute owner.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def owner @owner end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def updated_at @updated_at end |