Class: Aws::Types::ServiceInstanceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:deployment_status_message])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


1359
1360
1361
# File 'sig/types.rbs', line 1359

def arn
  @arn
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1360
1361
1362
# File 'sig/types.rbs', line 1360

def created_at
  @created_at
end

#deployment_status ⇒ "IN_PROGRESS", ...

Returns the value of attribute deployment_status.

Returns:

  • ("IN_PROGRESS", "FAILED", "SUCCEEDED", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETE_COMPLETE", "CANCELLING", "CANCELLED")


1361
1362
1363
# File 'sig/types.rbs', line 1361

def deployment_status
  @deployment_status
end

#deployment_status_message ⇒ ::String

Returns the value of attribute deployment_status_message.

Returns:

  • (::String)


1362
1363
1364
# File 'sig/types.rbs', line 1362

def deployment_status_message
  @deployment_status_message
end

#environment_name ⇒ ::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


1363
1364
1365
# File 'sig/types.rbs', line 1363

def environment_name
  @environment_name
end

#last_attempted_deployment_id ⇒ ::String

Returns the value of attribute last_attempted_deployment_id.

Returns:

  • (::String)


1364
1365
1366
# File 'sig/types.rbs', line 1364

def last_attempted_deployment_id
  @last_attempted_deployment_id
end

#last_deployment_attempted_at ⇒ ::Time

Returns the value of attribute last_deployment_attempted_at.

Returns:

  • (::Time)


1365
1366
1367
# File 'sig/types.rbs', line 1365

def last_deployment_attempted_at
  @last_deployment_attempted_at
end

#last_deployment_succeeded_at ⇒ ::Time

Returns the value of attribute last_deployment_succeeded_at.

Returns:

  • (::Time)


1366
1367
1368
# File 'sig/types.rbs', line 1366

def last_deployment_succeeded_at
  @last_deployment_succeeded_at
end

#last_succeeded_deployment_id ⇒ ::String

Returns the value of attribute last_succeeded_deployment_id.

Returns:

  • (::String)


1367
1368
1369
# File 'sig/types.rbs', line 1367

def last_succeeded_deployment_id
  @last_succeeded_deployment_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1368
1369
1370
# File 'sig/types.rbs', line 1368

def name
  @name
end

#service_name ⇒ ::String

Returns the value of attribute service_name.

Returns:

  • (::String)


1369
1370
1371
# File 'sig/types.rbs', line 1369

def service_name
  @service_name
end

#template_major_version ⇒ ::String

Returns the value of attribute template_major_version.

Returns:

  • (::String)


1370
1371
1372
# File 'sig/types.rbs', line 1370

def template_major_version
  @template_major_version
end

#template_minor_version ⇒ ::String

Returns the value of attribute template_minor_version.

Returns:

  • (::String)


1371
1372
1373
# File 'sig/types.rbs', line 1371

def template_minor_version
  @template_minor_version
end

#template_name ⇒ ::String

Returns the value of attribute template_name.

Returns:

  • (::String)


1372
1373
1374
# File 'sig/types.rbs', line 1372

def template_name
  @template_name
end