Class: Aws::Types::StreamGroupSummary

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)


555
556
557
# File 'sig/types.rbs', line 555

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


561
562
563
# File 'sig/types.rbs', line 561

def created_at
  @created_at
end

#default_applicationTypes::DefaultApplication

Returns the value of attribute default_application.



558
559
560
# File 'sig/types.rbs', line 558

def default_application
  @default_application
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


557
558
559
# File 'sig/types.rbs', line 557

def description
  @description
end

#expires_at::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


563
564
565
# File 'sig/types.rbs', line 563

def expires_at
  @expires_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


556
557
558
# File 'sig/types.rbs', line 556

def id
  @id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


562
563
564
# File 'sig/types.rbs', line 562

def last_updated_at
  @last_updated_at
end

#status"ACTIVATING", ...

Returns the value of attribute status.

Returns:

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


560
561
562
# File 'sig/types.rbs', line 560

def status
  @status
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")


559
560
561
# File 'sig/types.rbs', line 559

def stream_class
  @stream_class
end