Class: Aws::Types::CreateUploadRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUploadRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
-
#type ⇒ "ANDROID_APP", ...
Returns the value of attribute type.
Instance Attribute Details
#content_type ⇒ ::String
Returns the value of attribute content_type.
176 177 178 |
# File 'sig/types.rbs', line 176 def content_type @content_type end |
#name ⇒ ::String
Returns the value of attribute name.
174 175 176 |
# File 'sig/types.rbs', line 174 def name @name end |
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
173 174 175 |
# File 'sig/types.rbs', line 173 def project_arn @project_arn end |
#type ⇒ "ANDROID_APP", ...
Returns the value of attribute type.
175 176 177 |
# File 'sig/types.rbs', line 175 def type @type end |