Class: Aws::Proton::Types::GetDeploymentInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#component_nameString

The name of a component that you want to get the detailed data for.

Returns:

  • (String)


2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2778

class GetDeploymentInput < Struct.new(
  :component_name,
  :environment_name,
  :id,
  :service_instance_name,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#environment_nameString

The name of a environment that you want to get the detailed data for.

Returns:

  • (String)


2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2778

class GetDeploymentInput < Struct.new(
  :component_name,
  :environment_name,
  :id,
  :service_instance_name,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the deployment that you want to get the detailed data for.

Returns:

  • (String)


2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2778

class GetDeploymentInput < Struct.new(
  :component_name,
  :environment_name,
  :id,
  :service_instance_name,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#service_instance_nameString

The name of the service instance associated with the given deployment ID. serviceName must be specified to identify the service instance.

Returns:

  • (String)


2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2778

class GetDeploymentInput < Struct.new(
  :component_name,
  :environment_name,
  :id,
  :service_instance_name,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#service_nameString

The name of the service associated with the given deployment ID.

Returns:

  • (String)


2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2778

class GetDeploymentInput < Struct.new(
  :component_name,
  :environment_name,
  :id,
  :service_instance_name,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end