Class: Aws::SsmSap::Types::Operation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::Operation
- Defined in:
- gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb
Overview
The operations performed by AWS Systems Manager for SAP.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The end time of the operation.
-
#id ⇒ String
The ID of the operation.
-
#last_updated_time ⇒ Time
The time at which the operation was last updated.
-
#properties ⇒ Hash<String,String>
The properties of the operation.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the operation.
-
#resource_id ⇒ String
The resource ID of the operation.
-
#resource_type ⇒ String
The resource type of the operation.
-
#start_time ⇒ Time
The start time of the operation.
-
#status ⇒ String
The status of the operation.
-
#status_message ⇒ String
The status message of the operation.
-
#type ⇒ String
The type of the operation.
Instance Attribute Details
#end_time ⇒ Time
The end time of the operation.
1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1132 class Operation < Struct.new( :id, :type, :status, :status_message, :properties, :resource_type, :resource_id, :resource_arn, :start_time, :end_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the operation.
1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1132 class Operation < Struct.new( :id, :type, :status, :status_message, :properties, :resource_type, :resource_id, :resource_arn, :start_time, :end_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The time at which the operation was last updated.
1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1132 class Operation < Struct.new( :id, :type, :status, :status_message, :properties, :resource_type, :resource_id, :resource_arn, :start_time, :end_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Hash<String,String>
The properties of the operation.
1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1132 class Operation < Struct.new( :id, :type, :status, :status_message, :properties, :resource_type, :resource_id, :resource_arn, :start_time, :end_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the operation.
1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1132 class Operation < Struct.new( :id, :type, :status, :status_message, :properties, :resource_type, :resource_id, :resource_arn, :start_time, :end_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource ID of the operation.
1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1132 class Operation < Struct.new( :id, :type, :status, :status_message, :properties, :resource_type, :resource_id, :resource_arn, :start_time, :end_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type of the operation.
1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1132 class Operation < Struct.new( :id, :type, :status, :status_message, :properties, :resource_type, :resource_id, :resource_arn, :start_time, :end_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start time of the operation.
1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1132 class Operation < Struct.new( :id, :type, :status, :status_message, :properties, :resource_type, :resource_id, :resource_arn, :start_time, :end_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the operation.
1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1132 class Operation < Struct.new( :id, :type, :status, :status_message, :properties, :resource_type, :resource_id, :resource_arn, :start_time, :end_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message of the operation.
1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1132 class Operation < Struct.new( :id, :type, :status, :status_message, :properties, :resource_type, :resource_id, :resource_arn, :start_time, :end_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the operation.
1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1132 class Operation < Struct.new( :id, :type, :status, :status_message, :properties, :resource_type, :resource_id, :resource_arn, :start_time, :end_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |