Class: Aws::Types::CreateStreamingURLRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


497
498
499
# File 'sig/types.rbs', line 497

def application_id
  @application_id
end

#fleet_name::String

Returns the value of attribute fleet_name.

Returns:

  • (::String)


495
496
497
# File 'sig/types.rbs', line 495

def fleet_name
  @fleet_name
end

#session_context::String

Returns the value of attribute session_context.

Returns:

  • (::String)


499
500
501
# File 'sig/types.rbs', line 499

def session_context
  @session_context
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


494
495
496
# File 'sig/types.rbs', line 494

def stack_name
  @stack_name
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


496
497
498
# File 'sig/types.rbs', line 496

def user_id
  @user_id
end

#validity::Integer

Returns the value of attribute validity.

Returns:

  • (::Integer)


498
499
500
# File 'sig/types.rbs', line 498

def validity
  @validity
end