Class: Aws::Types::MediaDeviceInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


13403
13404
13405
# File 'sig/types.rbs', line 13403

def count
  @count
end

#manufacturer::String

Returns the value of attribute manufacturer.

Returns:

  • (::String)


13405
13406
13407
# File 'sig/types.rbs', line 13405

def manufacturer
  @manufacturer
end

#memory_infoTypes::MediaDeviceMemoryInfo

Returns the value of attribute memory_info.



13406
13407
13408
# File 'sig/types.rbs', line 13406

def memory_info
  @memory_info
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


13404
13405
13406
# File 'sig/types.rbs', line 13404

def name
  @name
end