Class: Aws::Types::RemoteAccessSession

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_upload::String

Returns the value of attribute app_upload.

Returns:

  • (::String)


1105
1106
1107
# File 'sig/types.rbs', line 1105

def app_upload
  @app_upload
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1087
1088
1089
# File 'sig/types.rbs', line 1087

def arn
  @arn
end

#billing_method"METERED", "UNMETERED"

Returns the value of attribute billing_method.

Returns:

  • ("METERED", "UNMETERED")


1097
1098
1099
# File 'sig/types.rbs', line 1097

def billing_method
  @billing_method
end

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


1089
1090
1091
# File 'sig/types.rbs', line 1089

def created
  @created
end

#deviceTypes::Device

Returns the value of attribute device.

Returns:



1095
1096
1097
# File 'sig/types.rbs', line 1095

def device
  @device
end

#device_minutesTypes::DeviceMinutes

Returns the value of attribute device_minutes.



1098
1099
1100
# File 'sig/types.rbs', line 1098

def device_minutes
  @device_minutes
end

#device_proxyTypes::DeviceProxy

Returns the value of attribute device_proxy.

Returns:



1104
1105
1106
# File 'sig/types.rbs', line 1104

def device_proxy
  @device_proxy
end

#device_udid::String

Returns the value of attribute device_udid.

Returns:

  • (::String)


1100
1101
1102
# File 'sig/types.rbs', line 1100

def device_udid
  @device_udid
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


1099
1100
1101
# File 'sig/types.rbs', line 1099

def endpoint
  @endpoint
end

#endpointsTypes::RemoteAccessEndpoints

Returns the value of attribute endpoints.



1106
1107
1108
# File 'sig/types.rbs', line 1106

def endpoints
  @endpoints
end

#instance_arn::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


1096
1097
1098
# File 'sig/types.rbs', line 1096

def instance_arn
  @instance_arn
end

#interaction_mode"INTERACTIVE", ...

Returns the value of attribute interaction_mode.

Returns:

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


1101
1102
1103
# File 'sig/types.rbs', line 1101

def interaction_mode
  @interaction_mode
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1092
1093
1094
# File 'sig/types.rbs', line 1092

def message
  @message
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1088
1089
1090
# File 'sig/types.rbs', line 1088

def name
  @name
end

#result"PENDING", ...

Returns the value of attribute result.

Returns:

  • ("PENDING", "PASSED", "WARNED", "FAILED", "SKIPPED", "ERRORED", "STOPPED")


1091
1092
1093
# File 'sig/types.rbs', line 1091

def result
  @result
end

#skip_app_resignBoolean

Returns the value of attribute skip_app_resign.

Returns:

  • (Boolean)


1102
1103
1104
# File 'sig/types.rbs', line 1102

def skip_app_resign
  @skip_app_resign
end

#started::Time

Returns the value of attribute started.

Returns:

  • (::Time)


1093
1094
1095
# File 'sig/types.rbs', line 1093

def started
  @started
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "PENDING_CONCURRENCY", "PENDING_DEVICE", "PROCESSING", "SCHEDULING", "PREPARING", "RUNNING", "COMPLETED", "STOPPING")


1090
1091
1092
# File 'sig/types.rbs', line 1090

def status
  @status
end

#stopped::Time

Returns the value of attribute stopped.

Returns:

  • (::Time)


1094
1095
1096
# File 'sig/types.rbs', line 1094

def stopped
  @stopped
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



1103
1104
1105
# File 'sig/types.rbs', line 1103

def vpc_config
  @vpc_config
end