Class: Aws::Types::Photo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:value, :type, :display])

Instance Attribute Summary collapse

Instance Attribute Details

#display ⇒ ::String

Returns the value of attribute display.

Returns:

  • (::String)


408
409
410
# File 'sig/types.rbs', line 408

def display
  @display
end

#primary ⇒ Boolean

Returns the value of attribute primary.

Returns:

  • (Boolean)


409
410
411
# File 'sig/types.rbs', line 409

def primary
  @primary
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


407
408
409
# File 'sig/types.rbs', line 407

def type
  @type
end

#value ⇒ ::String

Returns the value of attribute value.

Returns:

  • (::String)


406
407
408
# File 'sig/types.rbs', line 406

def value
  @value
end