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)


13724
13725
13726
# File 'sig/types.rbs', line 13724

def count
  @count
end

#manufacturer::String

Returns the value of attribute manufacturer.

Returns:

  • (::String)


13726
13727
13728
# File 'sig/types.rbs', line 13726

def manufacturer
  @manufacturer
end

#memory_infoTypes::MediaDeviceMemoryInfo

Returns the value of attribute memory_info.



13727
13728
13729
# File 'sig/types.rbs', line 13727

def memory_info
  @memory_info
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


13725
13726
13727
# File 'sig/types.rbs', line 13725

def name
  @name
end