Class: Aws::Types::WorkloadDataSummary

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:



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

def 
  @account_constraints
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


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

def display_name
  @display_name
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


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

def status
  @status
end

#workload_name::String

Returns the value of attribute workload_name.

Returns:

  • (::String)


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

def workload_name
  @workload_name
end