Class: Aws::Types::CreateStreamGroupInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def client_token
  @client_token
end

#default_application_identifier::String

Returns the value of attribute default_application_identifier.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def default_application_identifier
  @default_application_identifier
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def description
  @description
end

#location_configurations::Array[Types::LocationConfiguration]

Returns the value of attribute location_configurations.

Returns:



90
91
92
# File 'sig/types.rbs', line 90

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


88
89
90
# File 'sig/types.rbs', line 88

def stream_class
  @stream_class
end

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

Returns the value of attribute tags.

Returns:

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


91
92
93
# File 'sig/types.rbs', line 91

def tags
  @tags
end