Class: Aws::Types::DescribeStreamProcessorResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timestamp::Time

Returns the value of attribute creation_timestamp.

Returns:

  • (::Time)


526
527
528
# File 'sig/types.rbs', line 526

def creation_timestamp
  @creation_timestamp
end

#data_sharing_preferenceTypes::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

#inputTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


527
528
529
# File 'sig/types.rbs', line 527

def last_update_timestamp
  @last_update_timestamp
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


522
523
524
# File 'sig/types.rbs', line 522

def name
  @name
end

#notification_channelTypes::StreamProcessorNotificationChannel

Returns the value of attribute notification_channel.



532
533
534
# File 'sig/types.rbs', line 532

def notification_channel
  @notification_channel
end

#outputTypes::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.

Returns:



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.

Returns:

  • (::String)


530
531
532
# File 'sig/types.rbs', line 530

def role_arn
  @role_arn
end

#settingsTypes::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.

Returns:

  • ("STOPPED", "STARTING", "RUNNING", "FAILED", "STOPPING", "UPDATING")


524
525
526
# File 'sig/types.rbs', line 524

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


525
526
527
# File 'sig/types.rbs', line 525

def status_message
  @status_message
end

#stream_processor_arn::String

Returns the value of attribute stream_processor_arn.

Returns:

  • (::String)


523
524
525
# File 'sig/types.rbs', line 523

def stream_processor_arn
  @stream_processor_arn
end