Class: Aws::Types::Photo
- Inherits:
-
Object
- Object
- Aws::Types::Photo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display ⇒ ::String
Returns the value of attribute display.
-
#primary ⇒ Boolean
Returns the value of attribute primary.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#display ⇒ ::String
Returns the value of attribute display.
408 409 410 |
# File 'sig/types.rbs', line 408 def display @display end |
#primary ⇒ Boolean
Returns the value of attribute primary.
409 410 411 |
# File 'sig/types.rbs', line 409 def primary @primary end |
#type ⇒ ::String
Returns the value of attribute type.
407 408 409 |
# File 'sig/types.rbs', line 407 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
406 407 408 |
# File 'sig/types.rbs', line 406 def value @value end |