Class: Aws::Types::CreateStreamOutput

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)


65
66
67
# File 'sig/types.rbs', line 65

def arn
  @arn
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def cluster_identifier
  @cluster_identifier
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


67
68
69
# File 'sig/types.rbs', line 67

def creation_time
  @creation_time
end

#format"JSON"

Returns the value of attribute format.

Returns:

  • ("JSON")


69
70
71
# File 'sig/types.rbs', line 69

def format
  @format
end

#ordering"UNORDERED"

Returns the value of attribute ordering.

Returns:

  • ("UNORDERED")


68
69
70
# File 'sig/types.rbs', line 68

def ordering
  @ordering
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


66
67
68
# File 'sig/types.rbs', line 66

def status
  @status
end

#stream_identifier::String

Returns the value of attribute stream_identifier.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def stream_identifier
  @stream_identifier
end