Class: Aws::Amplify::Types::BackendEnvironment
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::BackendEnvironment
- Defined in:
- gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb
Overview
Describes the backend environment for an Amplify app.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backend_environment_arn ⇒ String
The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.
-
#create_time ⇒ Time
The creation date and time for a backend environment that is part of an Amplify app.
-
#deployment_artifacts ⇒ String
The name of deployment artifacts.
-
#environment_name ⇒ String
The name for a backend environment that is part of an Amplify app.
-
#stack_name ⇒ String
The AWS CloudFormation stack name of a backend environment.
-
#update_time ⇒ Time
The last updated date and time for a backend environment that is part of an Amplify app.
Instance Attribute Details
#backend_environment_arn ⇒ String
The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.
279 280 281 282 283 284 285 286 287 288 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 279 class BackendEnvironment < Struct.new( :backend_environment_arn, :environment_name, :stack_name, :deployment_artifacts, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The creation date and time for a backend environment that is part of an Amplify app.
279 280 281 282 283 284 285 286 287 288 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 279 class BackendEnvironment < Struct.new( :backend_environment_arn, :environment_name, :stack_name, :deployment_artifacts, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#deployment_artifacts ⇒ String
The name of deployment artifacts.
279 280 281 282 283 284 285 286 287 288 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 279 class BackendEnvironment < Struct.new( :backend_environment_arn, :environment_name, :stack_name, :deployment_artifacts, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name for a backend environment that is part of an Amplify app.
279 280 281 282 283 284 285 286 287 288 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 279 class BackendEnvironment < Struct.new( :backend_environment_arn, :environment_name, :stack_name, :deployment_artifacts, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
The AWS CloudFormation stack name of a backend environment.
279 280 281 282 283 284 285 286 287 288 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 279 class BackendEnvironment < Struct.new( :backend_environment_arn, :environment_name, :stack_name, :deployment_artifacts, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The last updated date and time for a backend environment that is part of an Amplify app.
279 280 281 282 283 284 285 286 287 288 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 279 class BackendEnvironment < Struct.new( :backend_environment_arn, :environment_name, :stack_name, :deployment_artifacts, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |