Class: Aws::EC2::Types::GetImageBlockPublicAccessStateResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_block_public_access_stateString

The current state of block public access for AMIs at the account level in the specified Amazon Web Services Region.

Possible values:

  • ‘block-new-sharing` - Any attempt to publicly share your AMIs in the specified Region is blocked.

  • ‘unblocked` - Your AMIs in the specified Region can be publicly shared.

Returns:

  • (String)


34243
34244
34245
34246
34247
# File 'lib/aws-sdk-ec2/types.rb', line 34243

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