Class: Aws::IoT::Types::CreatePackageResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The package description.

Returns:

  • (String)


3398
3399
3400
3401
3402
3403
3404
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3398

class CreatePackageResponse < Struct.new(
  :package_name,
  :package_arn,
  :description)
  SENSITIVE = [:description]
  include Aws::Structure
end

#package_arnString

The Amazon Resource Name (ARN) for the package.

Returns:

  • (String)


3398
3399
3400
3401
3402
3403
3404
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3398

class CreatePackageResponse < Struct.new(
  :package_name,
  :package_arn,
  :description)
  SENSITIVE = [:description]
  include Aws::Structure
end

#package_nameString

The name of the software package.

Returns:

  • (String)


3398
3399
3400
3401
3402
3403
3404
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3398

class CreatePackageResponse < Struct.new(
  :package_name,
  :package_arn,
  :description)
  SENSITIVE = [:description]
  include Aws::Structure
end