Class: Aws::Types::CapabilitySummary

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)


320
321
322
# File 'sig/types.rbs', line 320

def arn
  @arn
end

#capability_name::String

Returns the value of attribute capability_name.

Returns:

  • (::String)


319
320
321
# File 'sig/types.rbs', line 319

def capability_name
  @capability_name
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


324
325
326
# File 'sig/types.rbs', line 324

def created_at
  @created_at
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


325
326
327
# File 'sig/types.rbs', line 325

def modified_at
  @modified_at
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "CREATE_FAILED", "UPDATING", "DELETING", "DELETE_FAILED", "ACTIVE", "DEGRADED")


322
323
324
# File 'sig/types.rbs', line 322

def status
  @status
end

#type"ACK", ...

Returns the value of attribute type.

Returns:

  • ("ACK", "KRO", "ARGOCD")


321
322
323
# File 'sig/types.rbs', line 321

def type
  @type
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


323
324
325
# File 'sig/types.rbs', line 323

def version
  @version
end