Class: Aws::Types::CreateUploadRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#content_type::String

Returns the value of attribute content_type.



177
178
179
# File 'sig/types.rbs', line 177

def content_type
  @content_type
end

#name::String

Returns the value of attribute name.



175
176
177
# File 'sig/types.rbs', line 175

def name
  @name
end

#project_arn::String

Returns the value of attribute project_arn.



174
175
176
# File 'sig/types.rbs', line 174

def project_arn
  @project_arn
end

#type"ANDROID_APP", ...

Returns the value of attribute type.



176
177
178
# File 'sig/types.rbs', line 176

def type
  @type
end