Class: Aws::Types::UpdatePackageRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#commit_message::String

Returns the value of attribute commit_message.



1232
1233
1234
# File 'sig/types.rbs', line 1232

def commit_message
  @commit_message
end

#package_description::String

Returns the value of attribute package_description.



1231
1232
1233
# File 'sig/types.rbs', line 1231

def package_description
  @package_description
end

#package_id::String

Returns the value of attribute package_id.



1229
1230
1231
# File 'sig/types.rbs', line 1229

def package_id
  @package_id
end

#package_sourceTypes::PackageSource

Returns the value of attribute package_source.



1230
1231
1232
# File 'sig/types.rbs', line 1230

def package_source
  @package_source
end