Class: Aws::Imagebuilder::Types::PutImagePolicyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_arn ⇒ String

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

Returns:

  • (String)


8342
8343
8344
8345
8346
8347
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8342

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

#request_id ⇒ String

The request ID that uniquely identifies this request.

Returns:

  • (String)


8342
8343
8344
8345
8346
8347
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8342

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