Class: Aws::CodeStar::Types::Resource
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::Resource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestar/types.rb
Overview
Information about a resource for a project.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The Amazon Resource Name (ARN) of the resource.
Instance Attribute Details
#id ⇒ String
The Amazon Resource Name (ARN) of the resource.
874 875 876 877 878 |
# File 'lib/aws-sdk-codestar/types.rb', line 874 class Resource < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |