Class: Aws::Types::DescribeStreamProcessorResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeStreamProcessorResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
-
#data_sharing_preference ⇒ Types::StreamProcessorDataSharingPreference
Returns the value of attribute data_sharing_preference.
-
#input ⇒ Types::StreamProcessorInput
Returns the value of attribute input.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#last_update_timestamp ⇒ ::Time
Returns the value of attribute last_update_timestamp.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#notification_channel ⇒ Types::StreamProcessorNotificationChannel
Returns the value of attribute notification_channel.
-
#output ⇒ Types::StreamProcessorOutput
Returns the value of attribute output.
-
#regions_of_interest ⇒ ::Array[Types::RegionOfInterest]
Returns the value of attribute regions_of_interest.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#settings ⇒ Types::StreamProcessorSettings
Returns the value of attribute settings.
-
#status ⇒ "STOPPED", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#stream_processor_arn ⇒ ::String
Returns the value of attribute stream_processor_arn.
Instance Attribute Details
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
526 527 528 |
# File 'sig/types.rbs', line 526 def @creation_timestamp end |
#data_sharing_preference ⇒ Types::StreamProcessorDataSharingPreference
Returns the value of attribute data_sharing_preference.
535 536 537 |
# File 'sig/types.rbs', line 535 def data_sharing_preference @data_sharing_preference end |
#input ⇒ Types::StreamProcessorInput
Returns the value of attribute input.
528 529 530 |
# File 'sig/types.rbs', line 528 def input @input end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
533 534 535 |
# File 'sig/types.rbs', line 533 def kms_key_id @kms_key_id end |
#last_update_timestamp ⇒ ::Time
Returns the value of attribute last_update_timestamp.
527 528 529 |
# File 'sig/types.rbs', line 527 def @last_update_timestamp end |
#name ⇒ ::String
Returns the value of attribute name.
522 523 524 |
# File 'sig/types.rbs', line 522 def name @name end |
#notification_channel ⇒ Types::StreamProcessorNotificationChannel
Returns the value of attribute notification_channel.
532 533 534 |
# File 'sig/types.rbs', line 532 def notification_channel @notification_channel end |
#output ⇒ Types::StreamProcessorOutput
Returns the value of attribute output.
529 530 531 |
# File 'sig/types.rbs', line 529 def output @output end |
#regions_of_interest ⇒ ::Array[Types::RegionOfInterest]
Returns the value of attribute regions_of_interest.
534 535 536 |
# File 'sig/types.rbs', line 534 def regions_of_interest @regions_of_interest end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
530 531 532 |
# File 'sig/types.rbs', line 530 def role_arn @role_arn end |
#settings ⇒ Types::StreamProcessorSettings
Returns the value of attribute settings.
531 532 533 |
# File 'sig/types.rbs', line 531 def settings @settings end |
#status ⇒ "STOPPED", ...
Returns the value of attribute status.
524 525 526 |
# File 'sig/types.rbs', line 524 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
525 526 527 |
# File 'sig/types.rbs', line 525 def @status_message end |
#stream_processor_arn ⇒ ::String
Returns the value of attribute stream_processor_arn.
523 524 525 |
# File 'sig/types.rbs', line 523 def stream_processor_arn @stream_processor_arn end |