Class: Aws::Types::GetStreamOutput

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)


160
161
162
# File 'sig/types.rbs', line 160

def arn
  @arn
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def cluster_identifier
  @cluster_identifier
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


162
163
164
# File 'sig/types.rbs', line 162

def creation_time
  @creation_time
end

#format"JSON"

Returns the value of attribute format.

Returns:

  • ("JSON")


164
165
166
# File 'sig/types.rbs', line 164

def format
  @format
end

#ordering"UNORDERED"

Returns the value of attribute ordering.

Returns:

  • ("UNORDERED")


163
164
165
# File 'sig/types.rbs', line 163

def ordering
  @ordering
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


161
162
163
# File 'sig/types.rbs', line 161

def status
  @status
end

#status_reasonTypes::StatusReason

Returns the value of attribute status_reason.

Returns:



166
167
168
# File 'sig/types.rbs', line 166

def status_reason
  @status_reason
end

#stream_identifier::String

Returns the value of attribute stream_identifier.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def stream_identifier
  @stream_identifier
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


167
168
169
# File 'sig/types.rbs', line 167

def tags
  @tags
end

#target_definitionTypes::TargetDefinition

Returns the value of attribute target_definition.



165
166
167
# File 'sig/types.rbs', line 165

def target_definition
  @target_definition
end