Class: Aws::Types::Upload
- Inherits:
-
Object
- Object
- Aws::Types::Upload
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#category ⇒ "CURATED", "PRIVATE"
Returns the value of attribute category.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#metadata ⇒ ::String
Returns the value of attribute metadata.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "INITIALIZED", ...
Returns the value of attribute status.
-
#type ⇒ "ANDROID_APP", ...
Returns the value of attribute type.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def arn @arn end |
#category ⇒ "CURATED", "PRIVATE"
Returns the value of attribute category.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def category @category end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def content_type @content_type end |
#created ⇒ ::Time
Returns the value of attribute created.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def created @created end |
#message ⇒ ::String
Returns the value of attribute message.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def @message end |
#metadata ⇒ ::String
Returns the value of attribute metadata.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def @metadata end |
#name ⇒ ::String
Returns the value of attribute name.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def name @name end |
#status ⇒ "INITIALIZED", ...
Returns the value of attribute status.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def status @status end |
#type ⇒ "ANDROID_APP", ...
Returns the value of attribute type.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def type @type end |
#url ⇒ ::String
Returns the value of attribute url.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def url @url end |