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)


13132
13133
13134
# File 'sig/types.rbs', line 13132

def count
  @count
end

#manufacturer::String

Returns the value of attribute manufacturer.

Returns:

  • (::String)


13134
13135
13136
# File 'sig/types.rbs', line 13134

def manufacturer
  @manufacturer
end

#memory_infoTypes::MediaDeviceMemoryInfo

Returns the value of attribute memory_info.



13135
13136
13137
# File 'sig/types.rbs', line 13135

def memory_info
  @memory_info
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


13133
13134
13135
# File 'sig/types.rbs', line 13133

def name
  @name
end