Class: Aws::CodeStar::Types::Resource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


874
875
876
877
878
# File 'lib/aws-sdk-codestar/types.rb', line 874

class Resource < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end