Class: Aws::Types::Upload

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:url])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1531
1532
1533
# File 'sig/types.rbs', line 1531

def arn
  @arn
end

#category"CURATED", "PRIVATE"

Returns the value of attribute category.

Returns:

  • ("CURATED", "PRIVATE")


1540
1541
1542
# File 'sig/types.rbs', line 1540

def category
  @category
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


1538
1539
1540
# File 'sig/types.rbs', line 1538

def content_type
  @content_type
end

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


1533
1534
1535
# File 'sig/types.rbs', line 1533

def created
  @created
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1539
1540
1541
# File 'sig/types.rbs', line 1539

def message
  @message
end

#metadata::String

Returns the value of attribute metadata.

Returns:

  • (::String)


1537
1538
1539
# File 'sig/types.rbs', line 1537

def 
  @metadata
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1532
1533
1534
# File 'sig/types.rbs', line 1532

def name
  @name
end

#status"INITIALIZED", ...

Returns the value of attribute status.

Returns:

  • ("INITIALIZED", "PROCESSING", "SUCCEEDED", "FAILED")


1535
1536
1537
# File 'sig/types.rbs', line 1535

def status
  @status
end

#type"ANDROID_APP", ...

Returns the value of attribute type.

Returns:

  • ("ANDROID_APP", "IOS_APP", "WEB_APP", "EXTERNAL_DATA", "APPIUM_JAVA_JUNIT_TEST_PACKAGE", "APPIUM_JAVA_TESTNG_TEST_PACKAGE", "APPIUM_PYTHON_TEST_PACKAGE", "APPIUM_NODE_TEST_PACKAGE", "APPIUM_RUBY_TEST_PACKAGE", "APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE", "APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE", "APPIUM_WEB_PYTHON_TEST_PACKAGE", "APPIUM_WEB_NODE_TEST_PACKAGE", "APPIUM_WEB_RUBY_TEST_PACKAGE", "CALABASH_TEST_PACKAGE", "INSTRUMENTATION_TEST_PACKAGE", "UIAUTOMATION_TEST_PACKAGE", "UIAUTOMATOR_TEST_PACKAGE", "XCTEST_TEST_PACKAGE", "XCTEST_UI_TEST_PACKAGE", "APPIUM_JAVA_JUNIT_TEST_SPEC", "APPIUM_JAVA_TESTNG_TEST_SPEC", "APPIUM_PYTHON_TEST_SPEC", "APPIUM_NODE_TEST_SPEC", "APPIUM_RUBY_TEST_SPEC", "APPIUM_WEB_JAVA_JUNIT_TEST_SPEC", "APPIUM_WEB_JAVA_TESTNG_TEST_SPEC", "APPIUM_WEB_PYTHON_TEST_SPEC", "APPIUM_WEB_NODE_TEST_SPEC", "APPIUM_WEB_RUBY_TEST_SPEC", "INSTRUMENTATION_TEST_SPEC", "XCTEST_UI_TEST_SPEC")


1534
1535
1536
# File 'sig/types.rbs', line 1534

def type
  @type
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


1536
1537
1538
# File 'sig/types.rbs', line 1536

def url
  @url
end