Class: Aws::Types::GetStreamGroupOutput

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)


257
258
259
# File 'sig/types.rbs', line 257

def arn
  @arn
end

#associated_applications::Array[::String]

Returns the value of attribute associated_applications.

Returns:

  • (::Array[::String])


268
269
270
# File 'sig/types.rbs', line 268

def associated_applications
  @associated_applications
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


266
267
268
# File 'sig/types.rbs', line 266

def created_at
  @created_at
end

#default_applicationTypes::DefaultApplication

Returns the value of attribute default_application.



259
260
261
# File 'sig/types.rbs', line 259

def default_application
  @default_application
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


258
259
260
# File 'sig/types.rbs', line 258

def description
  @description
end

#expires_at::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


267
268
269
# File 'sig/types.rbs', line 267

def expires_at
  @expires_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


262
263
264
# File 'sig/types.rbs', line 262

def id
  @id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


265
266
267
# File 'sig/types.rbs', line 265

def last_updated_at
  @last_updated_at
end

#location_states::Array[Types::LocationState]

Returns the value of attribute location_states.

Returns:



260
261
262
# File 'sig/types.rbs', line 260

def location_states
  @location_states
end

#status"ACTIVATING", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVATING", "UPDATING_LOCATIONS", "ACTIVE", "ACTIVE_WITH_ERRORS", "ERROR", "DELETING", "EXPIRED")


263
264
265
# File 'sig/types.rbs', line 263

def status
  @status
end

#status_reason"internalError", "noAvailableInstances"

Returns the value of attribute status_reason.

Returns:

  • ("internalError", "noAvailableInstances")


264
265
266
# File 'sig/types.rbs', line 264

def status_reason
  @status_reason
end

#stream_class"gen4n_high", ...

Returns the value of attribute stream_class.

Returns:

  • ("gen4n_high", "gen4n_ultra", "gen4n_win2022", "gen5n_high", "gen5n_ultra", "gen5n_win2022", "gen6n_small", "gen6n_medium", "gen6n_high", "gen6n_ultra", "gen6n_ultra_win2022", "gen6n_pro", "gen6n_pro_win2022", "gen6n_small_win2022", "gen6n_medium_win2022", "gen6e_pro", "gen6e_pro_win2022")


261
262
263
# File 'sig/types.rbs', line 261

def stream_class
  @stream_class
end