Class: Aws::Types::ManagedWorkgroupListItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


700
701
702
# File 'sig/types.rbs', line 700

def creation_date
  @creation_date
end

#managed_workgroup_id::String

Returns the value of attribute managed_workgroup_id.

Returns:

  • (::String)


701
702
703
# File 'sig/types.rbs', line 701

def managed_workgroup_id
  @managed_workgroup_id
end

#managed_workgroup_name::String

Returns the value of attribute managed_workgroup_name.

Returns:

  • (::String)


702
703
704
# File 'sig/types.rbs', line 702

def managed_workgroup_name
  @managed_workgroup_name
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


703
704
705
# File 'sig/types.rbs', line 703

def source_arn
  @source_arn
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "DELETING", "MODIFYING", "AVAILABLE", "NOT_AVAILABLE")


704
705
706
# File 'sig/types.rbs', line 704

def status
  @status
end