Class: Aws::Types::ConfigurationCheckDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#applicable_application_types::Array[("HANA" | "SAP_ABAP")]

Returns the value of attribute applicable_application_types.

Returns:

  • (::Array[("HANA" | "SAP_ABAP")])


99
100
101
# File 'sig/types.rbs', line 99

def applicable_application_types
  @applicable_application_types
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def description
  @description
end

#id"SAP_CHECK_01", ...

Returns the value of attribute id.

Returns:

  • ("SAP_CHECK_01", "SAP_CHECK_02", "SAP_CHECK_03")


96
97
98
# File 'sig/types.rbs', line 96

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def name
  @name
end