Class: Aws::ResilienceHub::Types::AppVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::AppVersionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
Overview
Version of an application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_version ⇒ String
Version of an application.
-
#creation_time ⇒ Time
Creation time of the application version.
-
#identifier ⇒ Integer
Identifier of the application version.
-
#version_name ⇒ String
Name of the application version.
Instance Attribute Details
#app_version ⇒ String
Version of an application.
793 794 795 796 797 798 799 800 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 793 class AppVersionSummary < Struct.new( :app_version, :creation_time, :identifier, :version_name) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
Creation time of the application version.
793 794 795 796 797 798 799 800 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 793 class AppVersionSummary < Struct.new( :app_version, :creation_time, :identifier, :version_name) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ Integer
Identifier of the application version.
793 794 795 796 797 798 799 800 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 793 class AppVersionSummary < Struct.new( :app_version, :creation_time, :identifier, :version_name) SENSITIVE = [] include Aws::Structure end |
#version_name ⇒ String
Name of the application version.
793 794 795 796 797 798 799 800 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 793 class AppVersionSummary < Struct.new( :app_version, :creation_time, :identifier, :version_name) SENSITIVE = [] include Aws::Structure end |