Class: Aws::Types::CustomStruct

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment ⇒ ::String

Returns the value of attribute comment.

Returns:

  • (::String)


339
340
341
# File 'sig/types.rbs', line 339

def comment
  @comment
end

#deprecation_message ⇒ ::String

Returns the value of attribute deprecation_message.

Returns:

  • (::String)


338
339
340
# File 'sig/types.rbs', line 338

def deprecation_message
  @deprecation_message
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


337
338
339
# File 'sig/types.rbs', line 337

def description
  @description
end

#fully_qualified_name ⇒ ::String

Returns the value of attribute fully_qualified_name.

Returns:

  • (::String)


336
337
338
# File 'sig/types.rbs', line 336

def fully_qualified_name
  @fully_qualified_name
end