Class: Aws::Types::MacModificationTask

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


13064
13065
13066
# File 'sig/types.rbs', line 13064

def instance_id
  @instance_id
end

#mac_modification_task_id::String

Returns the value of attribute mac_modification_task_id.

Returns:

  • (::String)


13065
13066
13067
# File 'sig/types.rbs', line 13065

def mac_modification_task_id
  @mac_modification_task_id
end

#mac_system_integrity_protection_configTypes::MacSystemIntegrityProtectionConfiguration

Returns the value of attribute mac_system_integrity_protection_config.



13066
13067
13068
# File 'sig/types.rbs', line 13066

def mac_system_integrity_protection_config
  @mac_system_integrity_protection_config
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


13067
13068
13069
# File 'sig/types.rbs', line 13067

def start_time
  @start_time
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



13068
13069
13070
# File 'sig/types.rbs', line 13068

def tags
  @tags
end

#task_state"successful", ...

Returns the value of attribute task_state.

Returns:

  • ("successful", "failed", "in-progress", "pending")


13069
13070
13071
# File 'sig/types.rbs', line 13069

def task_state
  @task_state
end

#task_type"sip-modification", "volume-ownership-delegation"

Returns the value of attribute task_type.

Returns:

  • ("sip-modification", "volume-ownership-delegation")


13070
13071
13072
# File 'sig/types.rbs', line 13070

def task_type
  @task_type
end