Class: Aws::EC2::Types::MacModificationTask
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::MacModificationTask
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Information about a System Integrity Protection (SIP) modification task or volume ownership delegation task for an Amazon EC2 Mac instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The ID of the Amazon EC2 Mac instance.
-
#mac_modification_task_id ⇒ String
The ID of task.
-
#mac_system_integrity_protection_config ⇒ Types::MacSystemIntegrityProtectionConfiguration
[SIP modification tasks only] Information about the SIP configuration.
-
#start_time ⇒ Time
The date and time the task was created, in the UTC timezone (
YYYY-MM-DDThh:mm:ss.sssZ
). -
#tags ⇒ Array<Types::Tag>
The tags assigned to the task.
-
#task_state ⇒ String
The state of the task.
-
#task_type ⇒ String
The type of task.
Instance Attribute Details
#instance_id ⇒ String
The ID of the Amazon EC2 Mac instance.
53005 53006 53007 53008 53009 53010 53011 53012 53013 53014 53015 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53005 class MacModificationTask < Struct.new( :instance_id, :mac_modification_task_id, :mac_system_integrity_protection_config, :start_time, :tags, :task_state, :task_type) SENSITIVE = [] include Aws::Structure end |
#mac_modification_task_id ⇒ String
The ID of task.
53005 53006 53007 53008 53009 53010 53011 53012 53013 53014 53015 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53005 class MacModificationTask < Struct.new( :instance_id, :mac_modification_task_id, :mac_system_integrity_protection_config, :start_time, :tags, :task_state, :task_type) SENSITIVE = [] include Aws::Structure end |
#mac_system_integrity_protection_config ⇒ Types::MacSystemIntegrityProtectionConfiguration
[SIP modification tasks only] Information about the SIP configuration.
53005 53006 53007 53008 53009 53010 53011 53012 53013 53014 53015 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53005 class MacModificationTask < Struct.new( :instance_id, :mac_modification_task_id, :mac_system_integrity_protection_config, :start_time, :tags, :task_state, :task_type) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The date and time the task was created, in the UTC timezone
(YYYY-MM-DDThh:mm:ss.sssZ
).
53005 53006 53007 53008 53009 53010 53011 53012 53013 53014 53015 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53005 class MacModificationTask < Struct.new( :instance_id, :mac_modification_task_id, :mac_system_integrity_protection_config, :start_time, :tags, :task_state, :task_type) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags assigned to the task.
53005 53006 53007 53008 53009 53010 53011 53012 53013 53014 53015 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53005 class MacModificationTask < Struct.new( :instance_id, :mac_modification_task_id, :mac_system_integrity_protection_config, :start_time, :tags, :task_state, :task_type) SENSITIVE = [] include Aws::Structure end |
#task_state ⇒ String
The state of the task.
53005 53006 53007 53008 53009 53010 53011 53012 53013 53014 53015 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53005 class MacModificationTask < Struct.new( :instance_id, :mac_modification_task_id, :mac_system_integrity_protection_config, :start_time, :tags, :task_state, :task_type) SENSITIVE = [] include Aws::Structure end |
#task_type ⇒ String
The type of task.
53005 53006 53007 53008 53009 53010 53011 53012 53013 53014 53015 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53005 class MacModificationTask < Struct.new( :instance_id, :mac_modification_task_id, :mac_system_integrity_protection_config, :start_time, :tags, :task_state, :task_type) SENSITIVE = [] include Aws::Structure end |