Class: Aws::AppRegistry::Types::ResourceInfo

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

Overview

The information about the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon resource name (ARN) that specifies the resource across services.

Returns:

  • (String)


1114
1115
1116
1117
1118
1119
1120
1121
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1114

class ResourceInfo < Struct.new(
  :name,
  :arn,
  :resource_type,
  :resource_details)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the resource.

Returns:

  • (String)


1114
1115
1116
1117
1118
1119
1120
1121
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1114

class ResourceInfo < Struct.new(
  :name,
  :arn,
  :resource_type,
  :resource_details)
  SENSITIVE = []
  include Aws::Structure
end

#resource_detailsTypes::ResourceDetails

The details related to the resource.



1114
1115
1116
1117
1118
1119
1120
1121
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1114

class ResourceInfo < Struct.new(
  :name,
  :arn,
  :resource_type,
  :resource_details)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

Provides information about the Service Catalog App Registry resource type.

Returns:

  • (String)


1114
1115
1116
1117
1118
1119
1120
1121
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1114

class ResourceInfo < Struct.new(
  :name,
  :arn,
  :resource_type,
  :resource_details)
  SENSITIVE = []
  include Aws::Structure
end