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)


301
302
303
# File 'sig/types.rbs', line 301

def arn
  @arn
end

#capability_name::String

Returns the value of attribute capability_name.

Returns:

  • (::String)


300
301
302
# File 'sig/types.rbs', line 300

def capability_name
  @capability_name
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


305
306
307
# File 'sig/types.rbs', line 305

def created_at
  @created_at
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


306
307
308
# File 'sig/types.rbs', line 306

def modified_at
  @modified_at
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


303
304
305
# File 'sig/types.rbs', line 303

def status
  @status
end

#type"ACK", ...

Returns the value of attribute type.

Returns:

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


302
303
304
# File 'sig/types.rbs', line 302

def type
  @type
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def version
  @version
end