Class: Aws::AppRegistry::Types::Resource

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) of the resource.

Returns:

  • (String)


1131
1132
1133
1134
1135
1136
1137
1138
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1131

class Resource < Struct.new(
  :name,
  :arn,
  :association_time,
  :integrations)
  SENSITIVE = []
  include Aws::Structure
end

#association_timeTime

The time the resource was associated with the application.

Returns:

  • (Time)


1131
1132
1133
1134
1135
1136
1137
1138
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1131

class Resource < Struct.new(
  :name,
  :arn,
  :association_time,
  :integrations)
  SENSITIVE = []
  include Aws::Structure
end

#integrationsTypes::ResourceIntegrations

The service integration information about the resource.



1131
1132
1133
1134
1135
1136
1137
1138
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1131

class Resource < Struct.new(
  :name,
  :arn,
  :association_time,
  :integrations)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the resource.

Returns:

  • (String)


1131
1132
1133
1134
1135
1136
1137
1138
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1131

class Resource < Struct.new(
  :name,
  :arn,
  :association_time,
  :integrations)
  SENSITIVE = []
  include Aws::Structure
end