Class: Aws::Types::ActionTypeProperty

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)


235
236
237
# File 'sig/types.rbs', line 235

def description
  @description
end

#keyBoolean

Returns the value of attribute key.

Returns:

  • (Boolean)


232
233
234
# File 'sig/types.rbs', line 232

def key
  @key
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


230
231
232
# File 'sig/types.rbs', line 230

def name
  @name
end

#no_echoBoolean

Returns the value of attribute no_echo.

Returns:

  • (Boolean)


233
234
235
# File 'sig/types.rbs', line 233

def no_echo
  @no_echo
end

#optionalBoolean

Returns the value of attribute optional.

Returns:

  • (Boolean)


231
232
233
# File 'sig/types.rbs', line 231

def optional
  @optional
end

#queryableBoolean

Returns the value of attribute queryable.

Returns:

  • (Boolean)


234
235
236
# File 'sig/types.rbs', line 234

def queryable
  @queryable
end