Class: Aws::Proton::Types::DeploymentSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::DeploymentSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Summary data of the deployment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the deployment.
-
#completed_at ⇒ Time
The date and time the deployment was completed.
-
#component_name ⇒ String
The name of the component associated with the deployment.
-
#created_at ⇒ Time
The date and time the deployment was created.
-
#deployment_status ⇒ String
The current status of the deployment.
-
#environment_name ⇒ String
The name of the environment associated with the deployment.
-
#id ⇒ String
The ID of the deployment.
-
#last_attempted_deployment_id ⇒ String
The ID of the last attempted deployment.
-
#last_modified_at ⇒ Time
The date and time the deployment was last modified.
-
#last_succeeded_deployment_id ⇒ String
The ID of the last successful deployment.
-
#service_instance_name ⇒ String
The name of the service instance associated with the deployment.
-
#service_name ⇒ String
The name of the service associated with the deployment.
-
#target_arn ⇒ String
The Amazon Resource Name (ARN) of the target of the deployment.
-
#target_resource_created_at ⇒ Time
The date and time the target resource was created.
-
#target_resource_type ⇒ String
The resource type of the deployment target.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the deployment.
1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 |
# File 'lib/aws-sdk-proton/types.rb', line 1980 class DeploymentSummary < Struct.new( :arn, :completed_at, :component_name, :created_at, :deployment_status, :environment_name, :id, :last_attempted_deployment_id, :last_modified_at, :last_succeeded_deployment_id, :service_instance_name, :service_name, :target_arn, :target_resource_created_at, :target_resource_type) SENSITIVE = [] include Aws::Structure end |
#completed_at ⇒ Time
The date and time the deployment was completed.
1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 |
# File 'lib/aws-sdk-proton/types.rb', line 1980 class DeploymentSummary < Struct.new( :arn, :completed_at, :component_name, :created_at, :deployment_status, :environment_name, :id, :last_attempted_deployment_id, :last_modified_at, :last_succeeded_deployment_id, :service_instance_name, :service_name, :target_arn, :target_resource_created_at, :target_resource_type) SENSITIVE = [] include Aws::Structure end |
#component_name ⇒ String
The name of the component associated with the deployment.
1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 |
# File 'lib/aws-sdk-proton/types.rb', line 1980 class DeploymentSummary < Struct.new( :arn, :completed_at, :component_name, :created_at, :deployment_status, :environment_name, :id, :last_attempted_deployment_id, :last_modified_at, :last_succeeded_deployment_id, :service_instance_name, :service_name, :target_arn, :target_resource_created_at, :target_resource_type) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time the deployment was created.
1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 |
# File 'lib/aws-sdk-proton/types.rb', line 1980 class DeploymentSummary < Struct.new( :arn, :completed_at, :component_name, :created_at, :deployment_status, :environment_name, :id, :last_attempted_deployment_id, :last_modified_at, :last_succeeded_deployment_id, :service_instance_name, :service_name, :target_arn, :target_resource_created_at, :target_resource_type) SENSITIVE = [] include Aws::Structure end |
#deployment_status ⇒ String
The current status of the deployment.
1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 |
# File 'lib/aws-sdk-proton/types.rb', line 1980 class DeploymentSummary < Struct.new( :arn, :completed_at, :component_name, :created_at, :deployment_status, :environment_name, :id, :last_attempted_deployment_id, :last_modified_at, :last_succeeded_deployment_id, :service_instance_name, :service_name, :target_arn, :target_resource_created_at, :target_resource_type) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the environment associated with the deployment.
1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 |
# File 'lib/aws-sdk-proton/types.rb', line 1980 class DeploymentSummary < Struct.new( :arn, :completed_at, :component_name, :created_at, :deployment_status, :environment_name, :id, :last_attempted_deployment_id, :last_modified_at, :last_succeeded_deployment_id, :service_instance_name, :service_name, :target_arn, :target_resource_created_at, :target_resource_type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the deployment.
1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 |
# File 'lib/aws-sdk-proton/types.rb', line 1980 class DeploymentSummary < Struct.new( :arn, :completed_at, :component_name, :created_at, :deployment_status, :environment_name, :id, :last_attempted_deployment_id, :last_modified_at, :last_succeeded_deployment_id, :service_instance_name, :service_name, :target_arn, :target_resource_created_at, :target_resource_type) SENSITIVE = [] include Aws::Structure end |
#last_attempted_deployment_id ⇒ String
The ID of the last attempted deployment.
1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 |
# File 'lib/aws-sdk-proton/types.rb', line 1980 class DeploymentSummary < Struct.new( :arn, :completed_at, :component_name, :created_at, :deployment_status, :environment_name, :id, :last_attempted_deployment_id, :last_modified_at, :last_succeeded_deployment_id, :service_instance_name, :service_name, :target_arn, :target_resource_created_at, :target_resource_type) SENSITIVE = [] include Aws::Structure end |
#last_modified_at ⇒ Time
The date and time the deployment was last modified.
1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 |
# File 'lib/aws-sdk-proton/types.rb', line 1980 class DeploymentSummary < Struct.new( :arn, :completed_at, :component_name, :created_at, :deployment_status, :environment_name, :id, :last_attempted_deployment_id, :last_modified_at, :last_succeeded_deployment_id, :service_instance_name, :service_name, :target_arn, :target_resource_created_at, :target_resource_type) SENSITIVE = [] include Aws::Structure end |
#last_succeeded_deployment_id ⇒ String
The ID of the last successful deployment.
1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 |
# File 'lib/aws-sdk-proton/types.rb', line 1980 class DeploymentSummary < Struct.new( :arn, :completed_at, :component_name, :created_at, :deployment_status, :environment_name, :id, :last_attempted_deployment_id, :last_modified_at, :last_succeeded_deployment_id, :service_instance_name, :service_name, :target_arn, :target_resource_created_at, :target_resource_type) SENSITIVE = [] include Aws::Structure end |
#service_instance_name ⇒ String
The name of the service instance associated with the deployment.
1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 |
# File 'lib/aws-sdk-proton/types.rb', line 1980 class DeploymentSummary < Struct.new( :arn, :completed_at, :component_name, :created_at, :deployment_status, :environment_name, :id, :last_attempted_deployment_id, :last_modified_at, :last_succeeded_deployment_id, :service_instance_name, :service_name, :target_arn, :target_resource_created_at, :target_resource_type) SENSITIVE = [] include Aws::Structure end |
#service_name ⇒ String
The name of the service associated with the deployment.
1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 |
# File 'lib/aws-sdk-proton/types.rb', line 1980 class DeploymentSummary < Struct.new( :arn, :completed_at, :component_name, :created_at, :deployment_status, :environment_name, :id, :last_attempted_deployment_id, :last_modified_at, :last_succeeded_deployment_id, :service_instance_name, :service_name, :target_arn, :target_resource_created_at, :target_resource_type) SENSITIVE = [] include Aws::Structure end |
#target_arn ⇒ String
The Amazon Resource Name (ARN) of the target of the deployment.
1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 |
# File 'lib/aws-sdk-proton/types.rb', line 1980 class DeploymentSummary < Struct.new( :arn, :completed_at, :component_name, :created_at, :deployment_status, :environment_name, :id, :last_attempted_deployment_id, :last_modified_at, :last_succeeded_deployment_id, :service_instance_name, :service_name, :target_arn, :target_resource_created_at, :target_resource_type) SENSITIVE = [] include Aws::Structure end |
#target_resource_created_at ⇒ Time
The date and time the target resource was created.
1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 |
# File 'lib/aws-sdk-proton/types.rb', line 1980 class DeploymentSummary < Struct.new( :arn, :completed_at, :component_name, :created_at, :deployment_status, :environment_name, :id, :last_attempted_deployment_id, :last_modified_at, :last_succeeded_deployment_id, :service_instance_name, :service_name, :target_arn, :target_resource_created_at, :target_resource_type) SENSITIVE = [] include Aws::Structure end |
#target_resource_type ⇒ String
The resource type of the deployment target. It can be an environment, service, service instance, or component.
1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 |
# File 'lib/aws-sdk-proton/types.rb', line 1980 class DeploymentSummary < Struct.new( :arn, :completed_at, :component_name, :created_at, :deployment_status, :environment_name, :id, :last_attempted_deployment_id, :last_modified_at, :last_succeeded_deployment_id, :service_instance_name, :service_name, :target_arn, :target_resource_created_at, :target_resource_type) SENSITIVE = [] include Aws::Structure end |