Class: Aws::Proton::Types::ComponentState

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

Overview

The detailed data about the current state of the component.

Constant Summary collapse

SENSITIVE =
[:service_spec, :template_file]

Instance Attribute Summary collapse

Instance Attribute Details

#service_instance_nameString

The name of the service instance that this component is attached to. Provided when a component is attached to a service instance.

Returns:

  • (String)


349
350
351
352
353
354
355
356
# File 'lib/aws-sdk-proton/types.rb', line 349

class ComponentState < Struct.new(
  :service_instance_name,
  :service_name,
  :service_spec,
  :template_file)
  SENSITIVE = [:service_spec, :template_file]
  include Aws::Structure
end

#service_nameString

The name of the service that ‘serviceInstanceName` is associated with. Provided when a component is attached to a service instance.

Returns:

  • (String)


349
350
351
352
353
354
355
356
# File 'lib/aws-sdk-proton/types.rb', line 349

class ComponentState < Struct.new(
  :service_instance_name,
  :service_name,
  :service_spec,
  :template_file)
  SENSITIVE = [:service_spec, :template_file]
  include Aws::Structure
end

#service_specString

The service spec that the component uses to access service inputs. Provided when a component is attached to a service instance.

Returns:

  • (String)


349
350
351
352
353
354
355
356
# File 'lib/aws-sdk-proton/types.rb', line 349

class ComponentState < Struct.new(
  :service_instance_name,
  :service_name,
  :service_spec,
  :template_file)
  SENSITIVE = [:service_spec, :template_file]
  include Aws::Structure
end

#template_fileString

The template file used.

Returns:

  • (String)


349
350
351
352
353
354
355
356
# File 'lib/aws-sdk-proton/types.rb', line 349

class ComponentState < Struct.new(
  :service_instance_name,
  :service_name,
  :service_spec,
  :template_file)
  SENSITIVE = [:service_spec, :template_file]
  include Aws::Structure
end