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.
7799 7800 7801 7802 7803 7804 7805 7806 7807 7808 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7799 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.
7799 7800 7801 7802 7803 7804 7805 7806 7807 7808 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7799 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.
7799 7800 7801 7802 7803 7804 7805 7806 7807 7808 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7799 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.
7799 7800 7801 7802 7803 7804 7805 7806 7807 7808 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7799 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.
7799 7800 7801 7802 7803 7804 7805 7806 7807 7808 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7799 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.
7799 7800 7801 7802 7803 7804 7805 7806 7807 7808 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7799 class GetPackageResponse < Struct.new( :package_name, :package_arn, :description, :default_version_name, :creation_date, :last_modified_date) SENSITIVE = [:description] include Aws::Structure end |