Module: Aws::MediaLive::Client::_DescribeInputDeviceThumbnailResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeInputDeviceThumbnailResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #body ⇒ ::IO
- #content_length ⇒ ::Integer
- #content_type ⇒ "image/jpeg"
- #etag ⇒ ::String
- #last_modified ⇒ ::Time
Instance Method Details
#body ⇒ ::IO
710 |
# File 'sig/client.rbs', line 710
def body: () -> ::IO
|
#content_length ⇒ ::Integer
712 |
# File 'sig/client.rbs', line 712
def content_length: () -> ::Integer
|
#content_type ⇒ "image/jpeg"
711 |
# File 'sig/client.rbs', line 711
def content_type: () -> ("image/jpeg")
|
#etag ⇒ ::String
713 |
# File 'sig/client.rbs', line 713
def etag: () -> ::String
|
#last_modified ⇒ ::Time
714 |
# File 'sig/client.rbs', line 714
def last_modified: () -> ::Time
|