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)


808
809
810
# File 'sig/types.rbs', line 808

def stream_arn
  @stream_arn
end

#stream_creation_timestamp::Time

Returns the value of attribute stream_creation_timestamp.

Returns:

  • (::Time)


811
812
813
# File 'sig/types.rbs', line 811

def stream_creation_timestamp
  @stream_creation_timestamp
end

#stream_mode_detailsTypes::StreamModeDetails

Returns the value of attribute stream_mode_details.



810
811
812
# File 'sig/types.rbs', line 810

def stream_mode_details
  @stream_mode_details
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


807
808
809
# File 'sig/types.rbs', line 807

def stream_name
  @stream_name
end

#stream_status"CREATING", ...

Returns the value of attribute stream_status.

Returns:

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


809
810
811
# File 'sig/types.rbs', line 809

def stream_status
  @stream_status
end