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

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def arn
  @arn
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def cluster_identifier
  @cluster_identifier
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


275
276
277
# File 'sig/types.rbs', line 275

def creation_time
  @creation_time
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "IMPAIRED")


276
277
278
# File 'sig/types.rbs', line 276

def status
  @status
end

#stream_identifier::String

Returns the value of attribute stream_identifier.

Returns:

  • (::String)


273
274
275
# File 'sig/types.rbs', line 273

def stream_identifier
  @stream_identifier
end