Class: Aws::Types::CreateRemoteAccessSessionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_arn::String

Returns the value of attribute app_arn.

Returns:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def app_arn
  @app_arn
end

#configurationTypes::CreateRemoteAccessSessionConfiguration

Returns the value of attribute configuration.



137
138
139
# File 'sig/types.rbs', line 137

def configuration
  @configuration
end

#device_arn::String

Returns the value of attribute device_arn.

Returns:

  • (::String)


133
134
135
# File 'sig/types.rbs', line 133

def device_arn
  @device_arn
end

#instance_arn::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def instance_arn
  @instance_arn
end

#interaction_mode"INTERACTIVE", ...

Returns the value of attribute interaction_mode.

Returns:

  • ("INTERACTIVE", "NO_VIDEO", "VIDEO_ONLY")


138
139
140
# File 'sig/types.rbs', line 138

def interaction_mode
  @interaction_mode
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def name
  @name
end

#project_arn::String

Returns the value of attribute project_arn.

Returns:

  • (::String)


132
133
134
# File 'sig/types.rbs', line 132

def project_arn
  @project_arn
end

#skip_app_resignBoolean

Returns the value of attribute skip_app_resign.

Returns:

  • (Boolean)


139
140
141
# File 'sig/types.rbs', line 139

def skip_app_resign
  @skip_app_resign
end