Class: Aws::Types::StreamSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


588
589
590
# File 'sig/types.rbs', line 588

def stream_arn
  @stream_arn
end

#stream_creation_timestamp::Time

Returns the value of attribute stream_creation_timestamp.

Returns:

  • (::Time)


591
592
593
# File 'sig/types.rbs', line 591

def stream_creation_timestamp
  @stream_creation_timestamp
end

#stream_mode_detailsTypes::StreamModeDetails

Returns the value of attribute stream_mode_details.



590
591
592
# File 'sig/types.rbs', line 590

def stream_mode_details
  @stream_mode_details
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


587
588
589
# File 'sig/types.rbs', line 587

def stream_name
  @stream_name
end

#stream_status"CREATING", ...

Returns the value of attribute stream_status.

Returns:

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


589
590
591
# File 'sig/types.rbs', line 589

def stream_status
  @stream_status
end