Class: Aws::Types::CreateUploadJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUploadJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_expiry ⇒ ::Integer
Returns the value of attribute data_expiry.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#fields ⇒ ::Hash[::String, Types::ObjectTypeField]
Returns the value of attribute fields.
-
#unique_key ⇒ ::String
Returns the value of attribute unique_key.
Instance Attribute Details
#data_expiry ⇒ ::Integer
Returns the value of attribute data_expiry.
585 586 587 |
# File 'sig/types.rbs', line 585 def data_expiry @data_expiry end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
582 583 584 |
# File 'sig/types.rbs', line 582 def display_name @display_name end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
581 582 583 |
# File 'sig/types.rbs', line 581 def domain_name @domain_name end |
#fields ⇒ ::Hash[::String, Types::ObjectTypeField]
Returns the value of attribute fields.
583 584 585 |
# File 'sig/types.rbs', line 583 def fields @fields end |
#unique_key ⇒ ::String
Returns the value of attribute unique_key.
584 585 586 |
# File 'sig/types.rbs', line 584 def unique_key @unique_key end |