Class: Aws::ServerlessApplicationRepository::Types::CreateCloudFormationTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServerlessApplicationRepository::Types::CreateCloudFormationTemplateResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-serverlessapplicationrepository/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #application_id ⇒ String
- #creation_time ⇒ String
- #expiration_time ⇒ String
- #semantic_version ⇒ String
- #status ⇒ String
- #template_id ⇒ String
- #template_url ⇒ String
Instance Attribute Details
#application_id ⇒ String
1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1036 class CreateCloudFormationTemplateResponse < Struct.new( :application_id, :creation_time, :expiration_time, :semantic_version, :status, :template_id, :template_url) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ String
1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1036 class CreateCloudFormationTemplateResponse < Struct.new( :application_id, :creation_time, :expiration_time, :semantic_version, :status, :template_id, :template_url) SENSITIVE = [] include Aws::Structure end |
#expiration_time ⇒ String
1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1036 class CreateCloudFormationTemplateResponse < Struct.new( :application_id, :creation_time, :expiration_time, :semantic_version, :status, :template_id, :template_url) SENSITIVE = [] include Aws::Structure end |
#semantic_version ⇒ String
1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1036 class CreateCloudFormationTemplateResponse < Struct.new( :application_id, :creation_time, :expiration_time, :semantic_version, :status, :template_id, :template_url) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1036 class CreateCloudFormationTemplateResponse < Struct.new( :application_id, :creation_time, :expiration_time, :semantic_version, :status, :template_id, :template_url) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1036 class CreateCloudFormationTemplateResponse < Struct.new( :application_id, :creation_time, :expiration_time, :semantic_version, :status, :template_id, :template_url) SENSITIVE = [] include Aws::Structure end |
#template_url ⇒ String
1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1036 class CreateCloudFormationTemplateResponse < Struct.new( :application_id, :creation_time, :expiration_time, :semantic_version, :status, :template_id, :template_url) SENSITIVE = [] include Aws::Structure end |