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:

  • ("NONE", "KMS")


558
559
560
# File 'sig/types.rbs', line 558

def encryption_type
  @encryption_type
end

#enhanced_monitoring::Array[Types::EnhancedMetrics]

Returns the value of attribute enhanced_monitoring.

Returns:



557
558
559
# File 'sig/types.rbs', line 557

def enhanced_monitoring
  @enhanced_monitoring
end

#has_more_shardsBoolean

Returns the value of attribute has_more_shards.

Returns:

  • (Boolean)


554
555
556
# File 'sig/types.rbs', line 554

def has_more_shards
  @has_more_shards
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


559
560
561
# File 'sig/types.rbs', line 559

def key_id
  @key_id
end

#retention_period_hours::Integer

Returns the value of attribute retention_period_hours.

Returns:

  • (::Integer)


555
556
557
# File 'sig/types.rbs', line 555

def retention_period_hours
  @retention_period_hours
end

#shards::Array[Types::Shard]

Returns the value of attribute shards.

Returns:



553
554
555
# File 'sig/types.rbs', line 553

def shards
  @shards
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


550
551
552
# File 'sig/types.rbs', line 550

def stream_arn
  @stream_arn
end

#stream_creation_timestamp::Time

Returns the value of attribute stream_creation_timestamp.

Returns:

  • (::Time)


556
557
558
# File 'sig/types.rbs', line 556

def stream_creation_timestamp
  @stream_creation_timestamp
end

#stream_mode_detailsTypes::StreamModeDetails

Returns the value of attribute stream_mode_details.



552
553
554
# File 'sig/types.rbs', line 552

def stream_mode_details
  @stream_mode_details
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


549
550
551
# File 'sig/types.rbs', line 549

def stream_name
  @stream_name
end

#stream_status"CREATING", ...

Returns the value of attribute stream_status.

Returns:

  • ("CREATING", "DELETING", "ACTIVE", "UPDATING")


551
552
553
# File 'sig/types.rbs', line 551

def stream_status
  @stream_status
end