Class: Aws::Types::CreateServiceInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :spec])

Instance Attribute Summary collapse

Instance Attribute Details

#branch_name ⇒ ::String

Returns the value of attribute branch_name.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def branch_name
  @branch_name
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


249
250
251
# File 'sig/types.rbs', line 249

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


250
251
252
# File 'sig/types.rbs', line 250

def name
  @name
end

#repository_connection_arn ⇒ ::String

Returns the value of attribute repository_connection_arn.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def repository_connection_arn
  @repository_connection_arn
end

#repository_id ⇒ ::String

Returns the value of attribute repository_id.

Returns:

  • (::String)


252
253
254
# File 'sig/types.rbs', line 252

def repository_id
  @repository_id
end

#spec ⇒ ::String

Returns the value of attribute spec.

Returns:

  • (::String)


253
254
255
# File 'sig/types.rbs', line 253

def spec
  @spec
end

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

Returns the value of attribute tags.

Returns:



254
255
256
# File 'sig/types.rbs', line 254

def tags
  @tags
end

#template_major_version ⇒ ::String

Returns the value of attribute template_major_version.

Returns:

  • (::String)


255
256
257
# File 'sig/types.rbs', line 255

def template_major_version
  @template_major_version
end

#template_minor_version ⇒ ::String

Returns the value of attribute template_minor_version.

Returns:

  • (::String)


256
257
258
# File 'sig/types.rbs', line 256

def template_minor_version
  @template_minor_version
end

#template_name ⇒ ::String

Returns the value of attribute template_name.

Returns:

  • (::String)


257
258
259
# File 'sig/types.rbs', line 257

def template_name
  @template_name
end