Class: Aws::Types::VpcEncryptionNonCompliantResource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


19062
19063
19064
# File 'sig/types.rbs', line 19062

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


19060
19061
19062
# File 'sig/types.rbs', line 19060

def id
  @id
end

#is_excludableBoolean

Returns the value of attribute is_excludable.

Returns:

  • (Boolean)


19063
19064
19065
# File 'sig/types.rbs', line 19063

def is_excludable
  @is_excludable
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


19061
19062
19063
# File 'sig/types.rbs', line 19061

def type
  @type
end