Class: Aws::Types::SignalMapSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4380
4381
4382
# File 'sig/types.rbs', line 4380

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


4381
4382
4383
# File 'sig/types.rbs', line 4381

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4382
4383
4384
# File 'sig/types.rbs', line 4382

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4383
4384
4385
# File 'sig/types.rbs', line 4383

def id
  @id
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


4384
4385
4386
# File 'sig/types.rbs', line 4384

def modified_at
  @modified_at
end

#monitor_deployment_status"NOT_DEPLOYED", ...

Returns the value of attribute monitor_deployment_status.

Returns:

  • ("NOT_DEPLOYED", "DRY_RUN_DEPLOYMENT_COMPLETE", "DRY_RUN_DEPLOYMENT_FAILED", "DRY_RUN_DEPLOYMENT_IN_PROGRESS", "DEPLOYMENT_COMPLETE", "DEPLOYMENT_FAILED", "DEPLOYMENT_IN_PROGRESS", "DELETE_COMPLETE", "DELETE_FAILED", "DELETE_IN_PROGRESS")


4385
4386
4387
# File 'sig/types.rbs', line 4385

def monitor_deployment_status
  @monitor_deployment_status
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4386
4387
4388
# File 'sig/types.rbs', line 4386

def name
  @name
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_COMPLETE", "CREATE_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_COMPLETE", "UPDATE_REVERTED", "UPDATE_FAILED", "READY", "NOT_READY")


4387
4388
4389
# File 'sig/types.rbs', line 4387

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


4388
4389
4390
# File 'sig/types.rbs', line 4388

def tags
  @tags
end