Class: Aws::IoT::Types::GetPackageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetPackageResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The date the package was created.
-
#default_version_name ⇒ String
The name of the default package version.
-
#description ⇒ String
The package description.
-
#last_modified_date ⇒ Time
The date when the package was last updated.
-
#package_arn ⇒ String
The ARN for the package.
-
#package_name ⇒ String
The name of the software package.
Instance Attribute Details
#creation_date ⇒ Time
The date the package was created.
8368 8369 8370 8371 8372 8373 8374 8375 8376 8377 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8368 class GetPackageResponse < Struct.new( :package_name, :package_arn, :description, :default_version_name, :creation_date, :last_modified_date) SENSITIVE = [:description] include Aws::Structure end |
#default_version_name ⇒ String
The name of the default package version.
8368 8369 8370 8371 8372 8373 8374 8375 8376 8377 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8368 class GetPackageResponse < Struct.new( :package_name, :package_arn, :description, :default_version_name, :creation_date, :last_modified_date) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The package description.
8368 8369 8370 8371 8372 8373 8374 8375 8376 8377 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8368 class GetPackageResponse < Struct.new( :package_name, :package_arn, :description, :default_version_name, :creation_date, :last_modified_date) SENSITIVE = [:description] include Aws::Structure end |
#last_modified_date ⇒ Time
The date when the package was last updated.
8368 8369 8370 8371 8372 8373 8374 8375 8376 8377 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8368 class GetPackageResponse < Struct.new( :package_name, :package_arn, :description, :default_version_name, :creation_date, :last_modified_date) SENSITIVE = [:description] include Aws::Structure end |
#package_arn ⇒ String
The ARN for the package.
8368 8369 8370 8371 8372 8373 8374 8375 8376 8377 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8368 class GetPackageResponse < Struct.new( :package_name, :package_arn, :description, :default_version_name, :creation_date, :last_modified_date) SENSITIVE = [:description] include Aws::Structure end |
#package_name ⇒ String
The name of the software package.
8368 8369 8370 8371 8372 8373 8374 8375 8376 8377 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8368 class GetPackageResponse < Struct.new( :package_name, :package_arn, :description, :default_version_name, :creation_date, :last_modified_date) SENSITIVE = [:description] include Aws::Structure end |