Class: Aws::EC2::Types::EncryptionSupport

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

Overview

Describes the encryption support status for a transit gateway.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_stateString

The current encryption state of the resource.

Returns:

  • (String)


39522
39523
39524
39525
39526
39527
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39522

class EncryptionSupport < Struct.new(
  :encryption_state,
  :state_message)
  SENSITIVE = []
  include Aws::Structure
end

#state_messageString

A message describing the encryption state.

Returns:

  • (String)


39522
39523
39524
39525
39526
39527
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39522

class EncryptionSupport < Struct.new(
  :encryption_state,
  :state_message)
  SENSITIVE = []
  include Aws::Structure
end