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:



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

def arn
  @arn
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:



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:



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

def creation_time
  @creation_time
end

#format"JSON"

Returns the value of attribute format.

Returns:



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

def format
  @format
end

#ordering"UNORDERED"

Returns the value of attribute ordering.

Returns:



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

def ordering
  @ordering
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:



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:



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:



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

def tags
  @tags
end

#target_definitionTypes::TargetDefinition

Returns the value of attribute target_definition.

Returns:



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

def target_definition
  @target_definition
end