Class: Aws::Types::WorkloadData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_constraints::Array[Types::AccountConstraint]

Returns the value of attribute account_constraints.

Returns:



309
310
311
# File 'sig/types.rbs', line 309

def 
  @account_constraints
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


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

def display_name
  @display_name
end

#documentation_url::String

Returns the value of attribute documentation_url.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def documentation_url
  @documentation_url
end

#icon_url::String

Returns the value of attribute icon_url.

Returns:

  • (::String)


312
313
314
# File 'sig/types.rbs', line 312

def icon_url
  @icon_url
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE", "DISABLED", "DELETED")


308
309
310
# File 'sig/types.rbs', line 308

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


313
314
315
# File 'sig/types.rbs', line 313

def status_message
  @status_message
end

#workload_name::String

Returns the value of attribute workload_name.

Returns:

  • (::String)


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

def workload_name
  @workload_name
end