Class: Aws::Types::Entity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


2910
2911
2912
# File 'sig/types.rbs', line 2910

def category
  @category
end

#custom_properties::Hash[::String, ::String]

Returns the value of attribute custom_properties.

Returns:

  • (::Hash[::String, ::String])


2911
2912
2913
# File 'sig/types.rbs', line 2911

def custom_properties
  @custom_properties
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2909
2910
2911
# File 'sig/types.rbs', line 2909

def description
  @description
end

#entity_name::String

Returns the value of attribute entity_name.

Returns:

  • (::String)


2906
2907
2908
# File 'sig/types.rbs', line 2906

def entity_name
  @entity_name
end

#is_parent_entityBoolean

Returns the value of attribute is_parent_entity.

Returns:

  • (Boolean)


2908
2909
2910
# File 'sig/types.rbs', line 2908

def is_parent_entity
  @is_parent_entity
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


2907
2908
2909
# File 'sig/types.rbs', line 2907

def label
  @label
end