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_arnString

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

Returns:

  • (String)


6894
6895
6896
6897
6898
6899
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6894

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

#request_idString

The request ID that uniquely identifies this request.

Returns:

  • (String)


6894
6895
6896
6897
6898
6899
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6894

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