Module: Aws::Rekognition::Client::_DescribeStreamProcessorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeStreamProcessorResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_timestamp ⇒ ::Time
- #data_sharing_preference ⇒ Types::StreamProcessorDataSharingPreference
- #input ⇒ Types::StreamProcessorInput
- #kms_key_id ⇒ ::String
- #last_update_timestamp ⇒ ::Time
- #name ⇒ ::String
- #notification_channel ⇒ Types::StreamProcessorNotificationChannel
- #output ⇒ Types::StreamProcessorOutput
- #regions_of_interest ⇒ ::Array[Types::RegionOfInterest]
- #role_arn ⇒ ::String
- #settings ⇒ Types::StreamProcessorSettings
- #status ⇒ "STOPPED", ...
- #status_message ⇒ ::String
- #stream_processor_arn ⇒ ::String
Instance Method Details
#creation_timestamp ⇒ ::Time
440 |
# File 'sig/client.rbs', line 440 def creation_timestamp: () -> ::Time |
#data_sharing_preference ⇒ Types::StreamProcessorDataSharingPreference
449 |
# File 'sig/client.rbs', line 449 def data_sharing_preference: () -> Types::StreamProcessorDataSharingPreference |
#input ⇒ Types::StreamProcessorInput
442 |
# File 'sig/client.rbs', line 442 def input: () -> Types::StreamProcessorInput |
#kms_key_id ⇒ ::String
447 |
# File 'sig/client.rbs', line 447 def kms_key_id: () -> ::String |
#last_update_timestamp ⇒ ::Time
441 |
# File 'sig/client.rbs', line 441 def last_update_timestamp: () -> ::Time |
#name ⇒ ::String
436 |
# File 'sig/client.rbs', line 436 def name: () -> ::String |
#notification_channel ⇒ Types::StreamProcessorNotificationChannel
446 |
# File 'sig/client.rbs', line 446 def notification_channel: () -> Types::StreamProcessorNotificationChannel |
#output ⇒ Types::StreamProcessorOutput
443 |
# File 'sig/client.rbs', line 443 def output: () -> Types::StreamProcessorOutput |
#regions_of_interest ⇒ ::Array[Types::RegionOfInterest]
448 |
# File 'sig/client.rbs', line 448 def regions_of_interest: () -> ::Array[Types::RegionOfInterest] |
#role_arn ⇒ ::String
444 |
# File 'sig/client.rbs', line 444 def role_arn: () -> ::String |
#settings ⇒ Types::StreamProcessorSettings
445 |
# File 'sig/client.rbs', line 445 def settings: () -> Types::StreamProcessorSettings |
#status ⇒ "STOPPED", ...
438 |
# File 'sig/client.rbs', line 438 def status: () -> ("STOPPED" | "STARTING" | "RUNNING" | "FAILED" | "STOPPING" | "UPDATING") |
#status_message ⇒ ::String
439 |
# File 'sig/client.rbs', line 439 def status_message: () -> ::String |
#stream_processor_arn ⇒ ::String
437 |
# File 'sig/client.rbs', line 437 def stream_processor_arn: () -> ::String |