Class: Aws::AppRegistry::Types::ResourcesListItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb

Overview

The resource in a list of resources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageString

The message returned if the call fails.

Returns:

  • (String)


1275
1276
1277
1278
1279
1280
1281
1282
# File 'gems/aws-sdk-appregistry/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_arnString

The Amazon resource name (ARN) of the resource.

Returns:

  • (String)


1275
1276
1277
1278
1279
1280
1281
1282
# File 'gems/aws-sdk-appregistry/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_typeString

Provides information about the AppRegistry resource type.

Returns:

  • (String)


1275
1276
1277
1278
1279
1280
1281
1282
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1275

class ResourcesListItem < Struct.new(
  :resource_arn,
  :error_message,
  :status,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the list item.

Returns:

  • (String)


1275
1276
1277
1278
1279
1280
1281
1282
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1275

class ResourcesListItem < Struct.new(
  :resource_arn,
  :error_message,
  :status,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end