Class: Aws::Types::StreamDescriptionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#channel_count::Integer

Returns the value of attribute channel_count.

Returns:



791
792
793
# File 'sig/types.rbs', line 791

def channel_count
  @channel_count
end

#consumer_count::Integer

Returns the value of attribute consumer_count.

Returns:



788
789
790
# File 'sig/types.rbs', line 788

def consumer_count
  @consumer_count
end

#encryption_type"NONE", "KMS"

Returns the value of attribute encryption_type.

Returns:



785
786
787
# File 'sig/types.rbs', line 785

def encryption_type
  @encryption_type
end

#enhanced_monitoring::Array[Types::EnhancedMetrics]

Returns the value of attribute enhanced_monitoring.

Returns:



784
785
786
# File 'sig/types.rbs', line 784

def enhanced_monitoring
  @enhanced_monitoring
end

#key_id::String

Returns the value of attribute key_id.

Returns:



786
787
788
# File 'sig/types.rbs', line 786

def key_id
  @key_id
end

#max_record_size_in_ki_b::Integer

Returns the value of attribute max_record_size_in_ki_b.

Returns:



790
791
792
# File 'sig/types.rbs', line 790

def max_record_size_in_ki_b
  @max_record_size_in_ki_b
end

#open_shard_count::Integer

Returns the value of attribute open_shard_count.

Returns:



787
788
789
# File 'sig/types.rbs', line 787

def open_shard_count
  @open_shard_count
end

#retention_period_hours::Integer

Returns the value of attribute retention_period_hours.

Returns:



782
783
784
# File 'sig/types.rbs', line 782

def retention_period_hours
  @retention_period_hours
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:



778
779
780
# File 'sig/types.rbs', line 778

def stream_arn
  @stream_arn
end

#stream_creation_timestamp::Time

Returns the value of attribute stream_creation_timestamp.

Returns:



783
784
785
# File 'sig/types.rbs', line 783

def stream_creation_timestamp
  @stream_creation_timestamp
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:



779
780
781
# File 'sig/types.rbs', line 779

def stream_id
  @stream_id
end

#stream_mode_detailsTypes::StreamModeDetails

Returns the value of attribute stream_mode_details.

Returns:



781
782
783
# File 'sig/types.rbs', line 781

def stream_mode_details
  @stream_mode_details
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:



777
778
779
# File 'sig/types.rbs', line 777

def stream_name
  @stream_name
end

#stream_status"CREATING", ...

Returns the value of attribute stream_status.

Returns:



780
781
782
# File 'sig/types.rbs', line 780

def stream_status
  @stream_status
end

#warm_throughputTypes::WarmThroughputObject

Returns the value of attribute warm_throughput.

Returns:



789
790
791
# File 'sig/types.rbs', line 789

def warm_throughput
  @warm_throughput
end