Class: Aws::Types::StreamDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_type"NONE", "KMS"

Returns the value of attribute encryption_type.

Returns:



771
772
773
# File 'sig/types.rbs', line 771

def encryption_type
  @encryption_type
end

#enhanced_monitoring::Array[Types::EnhancedMetrics]

Returns the value of attribute enhanced_monitoring.

Returns:



770
771
772
# File 'sig/types.rbs', line 770

def enhanced_monitoring
  @enhanced_monitoring
end

#has_more_shardsBoolean

Returns the value of attribute has_more_shards.

Returns:



767
768
769
# File 'sig/types.rbs', line 767

def has_more_shards
  @has_more_shards
end

#key_id::String

Returns the value of attribute key_id.

Returns:



772
773
774
# File 'sig/types.rbs', line 772

def key_id
  @key_id
end

#retention_period_hours::Integer

Returns the value of attribute retention_period_hours.

Returns:



768
769
770
# File 'sig/types.rbs', line 768

def retention_period_hours
  @retention_period_hours
end

#shards::Array[Types::Shard]

Returns the value of attribute shards.

Returns:



766
767
768
# File 'sig/types.rbs', line 766

def shards
  @shards
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:



763
764
765
# File 'sig/types.rbs', line 763

def stream_arn
  @stream_arn
end

#stream_creation_timestamp::Time

Returns the value of attribute stream_creation_timestamp.

Returns:



769
770
771
# File 'sig/types.rbs', line 769

def stream_creation_timestamp
  @stream_creation_timestamp
end

#stream_mode_detailsTypes::StreamModeDetails

Returns the value of attribute stream_mode_details.

Returns:



765
766
767
# File 'sig/types.rbs', line 765

def stream_mode_details
  @stream_mode_details
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:



762
763
764
# File 'sig/types.rbs', line 762

def stream_name
  @stream_name
end

#stream_status"CREATING", ...

Returns the value of attribute stream_status.

Returns:



764
765
766
# File 'sig/types.rbs', line 764

def stream_status
  @stream_status
end