Class: Aws::AppRegistry::Types::Resource
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::Resource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appregistry/types.rb
Overview
The information about the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon resource name (ARN) of the resource.
-
#association_time ⇒ Time
The time the resource was associated with the application.
-
#integrations ⇒ Types::ResourceIntegrations
The service integration information about the resource.
-
#name ⇒ String
The name of the resource.
Instance Attribute Details
#arn ⇒ String
The Amazon resource name (ARN) of the resource.
1131 1132 1133 1134 1135 1136 1137 1138 |
# File 'lib/aws-sdk-appregistry/types.rb', line 1131 class Resource < Struct.new( :name, :arn, :association_time, :integrations) SENSITIVE = [] include Aws::Structure end |
#association_time ⇒ Time
The time the resource was associated with the application.
1131 1132 1133 1134 1135 1136 1137 1138 |
# File 'lib/aws-sdk-appregistry/types.rb', line 1131 class Resource < Struct.new( :name, :arn, :association_time, :integrations) SENSITIVE = [] include Aws::Structure end |
#integrations ⇒ Types::ResourceIntegrations
The service integration information about the resource.
1131 1132 1133 1134 1135 1136 1137 1138 |
# File 'lib/aws-sdk-appregistry/types.rb', line 1131 class Resource < Struct.new( :name, :arn, :association_time, :integrations) SENSITIVE = [] include Aws::Structure end |