Class: Aws::Types::MediaDeviceInfo
- Inherits:
-
Object
- Object
- Aws::Types::MediaDeviceInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#manufacturer ⇒ ::String
Returns the value of attribute manufacturer.
-
#memory_info ⇒ Types::MediaDeviceMemoryInfo
Returns the value of attribute memory_info.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
13730 13731 13732 |
# File 'sig/types.rbs', line 13730 def count @count end |
#manufacturer ⇒ ::String
Returns the value of attribute manufacturer.
13732 13733 13734 |
# File 'sig/types.rbs', line 13732 def manufacturer @manufacturer end |
#memory_info ⇒ Types::MediaDeviceMemoryInfo
Returns the value of attribute memory_info.
13733 13734 13735 |
# File 'sig/types.rbs', line 13733 def memory_info @memory_info end |
#name ⇒ ::String
Returns the value of attribute name.
13731 13732 13733 |
# File 'sig/types.rbs', line 13731 def name @name end |