Class: Aws::Types::CreateMediaPipelineKinesisVideoStreamPoolRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_request_token])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token ⇒ ::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def client_request_token
  @client_request_token
end

#pool_name ⇒ ::String

Returns the value of attribute pool_name.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def pool_name
  @pool_name
end

#stream_configuration ⇒ Types::KinesisVideoStreamConfiguration

Returns the value of attribute stream_configuration.



234
235
236
# File 'sig/types.rbs', line 234

def stream_configuration
  @stream_configuration
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



237
238
239
# File 'sig/types.rbs', line 237

def tags
  @tags
end