Class: Aws::Types::CreateServiceInstanceInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:spec])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


262
263
264
# File 'sig/types.rbs', line 262

def client_token
  @client_token
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


263
264
265
# File 'sig/types.rbs', line 263

def name
  @name
end

#service_name ⇒ ::String

Returns the value of attribute service_name.

Returns:

  • (::String)


264
265
266
# File 'sig/types.rbs', line 264

def service_name
  @service_name
end

#spec ⇒ ::String

Returns the value of attribute spec.

Returns:

  • (::String)


265
266
267
# File 'sig/types.rbs', line 265

def spec
  @spec
end

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

Returns the value of attribute tags.

Returns:



266
267
268
# File 'sig/types.rbs', line 266

def tags
  @tags
end

#template_major_version ⇒ ::String

Returns the value of attribute template_major_version.

Returns:

  • (::String)


267
268
269
# File 'sig/types.rbs', line 267

def template_major_version
  @template_major_version
end

#template_minor_version ⇒ ::String

Returns the value of attribute template_minor_version.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def template_minor_version
  @template_minor_version
end