Class: Aws::Types::DeleteStreamOutput

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)


109
110
111
# File 'sig/types.rbs', line 109

def arn
  @arn
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def cluster_identifier
  @cluster_identifier
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


111
112
113
# File 'sig/types.rbs', line 111

def creation_time
  @creation_time
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


110
111
112
# File 'sig/types.rbs', line 110

def status
  @status
end

#stream_identifier::String

Returns the value of attribute stream_identifier.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def stream_identifier
  @stream_identifier
end