Class: Aws::Types::UpdateEncryption

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm"aes128", ...

Returns the value of attribute algorithm.

Returns:

  • ("aes128", "aes192", "aes256")


2463
2464
2465
# File 'sig/types.rbs', line 2463

def algorithm
  @algorithm
end

#constant_initialization_vector::String

Returns the value of attribute constant_initialization_vector.

Returns:

  • (::String)


2464
2465
2466
# File 'sig/types.rbs', line 2464

def constant_initialization_vector
  @constant_initialization_vector
end

#device_id::String

Returns the value of attribute device_id.

Returns:

  • (::String)


2465
2466
2467
# File 'sig/types.rbs', line 2465

def device_id
  @device_id
end

#key_type"speke", ...

Returns the value of attribute key_type.

Returns:

  • ("speke", "static-key", "srt-password")


2466
2467
2468
# File 'sig/types.rbs', line 2466

def key_type
  @key_type
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


2467
2468
2469
# File 'sig/types.rbs', line 2467

def region
  @region
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


2468
2469
2470
# File 'sig/types.rbs', line 2468

def resource_id
  @resource_id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2469
2470
2471
# File 'sig/types.rbs', line 2469

def role_arn
  @role_arn
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


2470
2471
2472
# File 'sig/types.rbs', line 2470

def secret_arn
  @secret_arn
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


2471
2472
2473
# File 'sig/types.rbs', line 2471

def url
  @url
end