Class: Aws::Types::ComponentState

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:service_spec, :template_file])

Instance Attribute Summary collapse

Instance Attribute Details

#service_instance_name ⇒ ::String

Returns the value of attribute service_instance_name.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def service_instance_name
  @service_instance_name
end

#service_name ⇒ ::String

Returns the value of attribute service_name.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def service_name
  @service_name
end

#service_spec ⇒ ::String

Returns the value of attribute service_spec.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def service_spec
  @service_spec
end

#template_file ⇒ ::String

Returns the value of attribute template_file.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def template_file
  @template_file
end