Class: Aws::Types::Service

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :spec, :status_message])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


1311
1312
1313
# File 'sig/types.rbs', line 1311

def arn
  @arn
end

#branch_name ⇒ ::String

Returns the value of attribute branch_name.

Returns:

  • (::String)


1312
1313
1314
# File 'sig/types.rbs', line 1312

def branch_name
  @branch_name
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1313
1314
1315
# File 'sig/types.rbs', line 1313

def created_at
  @created_at
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1314
1315
1316
# File 'sig/types.rbs', line 1314

def description
  @description
end

#last_modified_at ⇒ ::Time

Returns the value of attribute last_modified_at.

Returns:

  • (::Time)


1315
1316
1317
# File 'sig/types.rbs', line 1315

def last_modified_at
  @last_modified_at
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1316
1317
1318
# File 'sig/types.rbs', line 1316

def name
  @name
end

#pipeline ⇒ Types::ServicePipeline

Returns the value of attribute pipeline.



1317
1318
1319
# File 'sig/types.rbs', line 1317

def pipeline
  @pipeline
end

#repository_connection_arn ⇒ ::String

Returns the value of attribute repository_connection_arn.

Returns:

  • (::String)


1318
1319
1320
# File 'sig/types.rbs', line 1318

def repository_connection_arn
  @repository_connection_arn
end

#repository_id ⇒ ::String

Returns the value of attribute repository_id.

Returns:

  • (::String)


1319
1320
1321
# File 'sig/types.rbs', line 1319

def repository_id
  @repository_id
end

#spec ⇒ ::String

Returns the value of attribute spec.

Returns:

  • (::String)


1320
1321
1322
# File 'sig/types.rbs', line 1320

def spec
  @spec
end

#status ⇒ "CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_FAILED_CLEANUP_IN_PROGRESS", "CREATE_FAILED_CLEANUP_COMPLETE", "CREATE_FAILED_CLEANUP_FAILED", "CREATE_FAILED", "ACTIVE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_FAILED_CLEANUP_IN_PROGRESS", "UPDATE_FAILED_CLEANUP_COMPLETE", "UPDATE_FAILED_CLEANUP_FAILED", "UPDATE_FAILED", "UPDATE_COMPLETE_CLEANUP_FAILED")


1321
1322
1323
# File 'sig/types.rbs', line 1321

def status
  @status
end

#status_message ⇒ ::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1322
1323
1324
# File 'sig/types.rbs', line 1322

def status_message
  @status_message
end

#template_name ⇒ ::String

Returns the value of attribute template_name.

Returns:

  • (::String)


1323
1324
1325
# File 'sig/types.rbs', line 1323

def template_name
  @template_name
end