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)


282
283
284
# File 'sig/types.rbs', line 282

def arn
  @arn
end

#capability_name::String

Returns the value of attribute capability_name.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def capability_name
  @capability_name
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


283
284
285
# File 'sig/types.rbs', line 283

def cluster_name
  @cluster_name
end

#configurationTypes::CapabilityConfigurationResponse

Returns the value of attribute configuration.



288
289
290
# File 'sig/types.rbs', line 288

def configuration
  @configuration
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


291
292
293
# File 'sig/types.rbs', line 291

def created_at
  @created_at
end

#delete_propagation_policy"RETAIN"

Returns the value of attribute delete_propagation_policy.

Returns:

  • ("RETAIN")


293
294
295
# File 'sig/types.rbs', line 293

def delete_propagation_policy
  @delete_propagation_policy
end

#healthTypes::CapabilityHealth

Returns the value of attribute health.



290
291
292
# File 'sig/types.rbs', line 290

def health
  @health
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


292
293
294
# File 'sig/types.rbs', line 292

def modified_at
  @modified_at
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def role_arn
  @role_arn
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


286
287
288
# File 'sig/types.rbs', line 286

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


289
290
291
# File 'sig/types.rbs', line 289

def tags
  @tags
end

#type"ACK", ...

Returns the value of attribute type.

Returns:

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


284
285
286
# File 'sig/types.rbs', line 284

def type
  @type
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def version
  @version
end