Class: Aws::Types::PutEntityTypeRequest

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)


1110
1111
1112
# File 'sig/types.rbs', line 1110

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1111
1112
1113
# File 'sig/types.rbs', line 1111

def tags
  @tags
end