Class: Aws::Route53RecoveryReadiness::Types::ResourceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::ResourceResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoveryreadiness/types.rb
Overview
The result of a successful Resource request, with status for an individual resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_id ⇒ String
The component id of the resource.
-
#last_checked_timestamp ⇒ Time
The time (UTC) that the resource was last checked for readiness, in ISO-8601 format.
-
#readiness ⇒ String
The readiness of a resource.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
Instance Attribute Details
#component_id ⇒ String
The component id of the resource.
1182 1183 1184 1185 1186 1187 1188 1189 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1182 class ResourceResult < Struct.new( :component_id, :last_checked_timestamp, :readiness, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#last_checked_timestamp ⇒ Time
The time (UTC) that the resource was last checked for readiness, in ISO-8601 format.
1182 1183 1184 1185 1186 1187 1188 1189 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1182 class ResourceResult < Struct.new( :component_id, :last_checked_timestamp, :readiness, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#readiness ⇒ String
The readiness of a resource.
1182 1183 1184 1185 1186 1187 1188 1189 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1182 class ResourceResult < Struct.new( :component_id, :last_checked_timestamp, :readiness, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
1182 1183 1184 1185 1186 1187 1188 1189 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1182 class ResourceResult < Struct.new( :component_id, :last_checked_timestamp, :readiness, :resource_arn) SENSITIVE = [] include Aws::Structure end |