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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestar/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 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 874

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