Class: Aws::Types::CreateComponentInput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.



148
149
150
# File 'sig/types.rbs', line 148

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.



149
150
151
# File 'sig/types.rbs', line 149

def description
  @description
end

#environment_name ⇒ ::String

Returns the value of attribute environment_name.



150
151
152
# File 'sig/types.rbs', line 150

def environment_name
  @environment_name
end

#manifest ⇒ ::String

Returns the value of attribute manifest.



151
152
153
# File 'sig/types.rbs', line 151

def manifest
  @manifest
end

#name ⇒ ::String

Returns the value of attribute name.



152
153
154
# File 'sig/types.rbs', line 152

def name
  @name
end

#service_instance_name ⇒ ::String

Returns the value of attribute service_instance_name.



153
154
155
# File 'sig/types.rbs', line 153

def service_instance_name
  @service_instance_name
end

#service_name ⇒ ::String

Returns the value of attribute service_name.



154
155
156
# File 'sig/types.rbs', line 154

def service_name
  @service_name
end

#service_spec ⇒ ::String

Returns the value of attribute service_spec.



155
156
157
# File 'sig/types.rbs', line 155

def service_spec
  @service_spec
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.



156
157
158
# File 'sig/types.rbs', line 156

def tags
  @tags
end

#template_file ⇒ ::String

Returns the value of attribute template_file.



157
158
159
# File 'sig/types.rbs', line 157

def template_file
  @template_file
end