Class: Aws::Imagebuilder::Types::PutComponentPolicyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-imagebuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#component_arn ⇒ String

The Amazon Resource Name (ARN) of the component that this policy was applied to.

Returns:

  • (String)


8267
8268
8269
8270
8271
8272
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8267

class PutComponentPolicyResponse < Struct.new(
  :request_id,
  :component_arn)
  SENSITIVE = []
  include Aws::Structure
end

#request_id ⇒ String

The request ID that uniquely identifies this request.

Returns:

  • (String)


8267
8268
8269
8270
8271
8272
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8267

class PutComponentPolicyResponse < Struct.new(
  :request_id,
  :component_arn)
  SENSITIVE = []
  include Aws::Structure
end