Class: Aws::AppRegistry::Types::ResourcesListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::ResourcesListItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appregistry/types.rb
Overview
The resource in a list of resources.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_message ⇒ String
The message returned if the call fails.
-
#resource_arn ⇒ String
The Amazon resource name (ARN) of the resource.
-
#resource_type ⇒ String
Provides information about the AppRegistry resource type.
-
#status ⇒ String
The status of the list item.
Instance Attribute Details
#error_message ⇒ String
The message returned if the call fails.
1275 1276 1277 1278 1279 1280 1281 1282 |
# File 'lib/aws-sdk-appregistry/types.rb', line 1275 class ResourcesListItem < Struct.new( :resource_arn, :error_message, :status, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon resource name (ARN) of the resource.
1275 1276 1277 1278 1279 1280 1281 1282 |
# File 'lib/aws-sdk-appregistry/types.rb', line 1275 class ResourcesListItem < Struct.new( :resource_arn, :error_message, :status, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Provides information about the AppRegistry resource type.
1275 1276 1277 1278 1279 1280 1281 1282 |
# File 'lib/aws-sdk-appregistry/types.rb', line 1275 class ResourcesListItem < Struct.new( :resource_arn, :error_message, :status, :resource_type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the list item.
1275 1276 1277 1278 1279 1280 1281 1282 |
# File 'lib/aws-sdk-appregistry/types.rb', line 1275 class ResourcesListItem < Struct.new( :resource_arn, :error_message, :status, :resource_type) SENSITIVE = [] include Aws::Structure end |