Class: Aws::Types::Capability

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)


263
264
265
# File 'sig/types.rbs', line 263

def arn
  @arn
end

#capability_name::String

Returns the value of attribute capability_name.

Returns:

  • (::String)


262
263
264
# File 'sig/types.rbs', line 262

def capability_name
  @capability_name
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


264
265
266
# File 'sig/types.rbs', line 264

def cluster_name
  @cluster_name
end

#configurationTypes::CapabilityConfigurationResponse

Returns the value of attribute configuration.



269
270
271
# File 'sig/types.rbs', line 269

def configuration
  @configuration
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


272
273
274
# File 'sig/types.rbs', line 272

def created_at
  @created_at
end

#delete_propagation_policy"RETAIN"

Returns the value of attribute delete_propagation_policy.

Returns:

  • ("RETAIN")


274
275
276
# File 'sig/types.rbs', line 274

def delete_propagation_policy
  @delete_propagation_policy
end

#healthTypes::CapabilityHealth

Returns the value of attribute health.



271
272
273
# File 'sig/types.rbs', line 271

def health
  @health
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


273
274
275
# File 'sig/types.rbs', line 273

def modified_at
  @modified_at
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


266
267
268
# File 'sig/types.rbs', line 266

def role_arn
  @role_arn
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


267
268
269
# File 'sig/types.rbs', line 267

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


270
271
272
# File 'sig/types.rbs', line 270

def tags
  @tags
end

#type"ACK", ...

Returns the value of attribute type.

Returns:

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


265
266
267
# File 'sig/types.rbs', line 265

def type
  @type
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def version
  @version
end