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)


2920
2921
2922
# File 'sig/types.rbs', line 2920

def category
  @category
end

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

Returns the value of attribute custom_properties.

Returns:

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


2921
2922
2923
# File 'sig/types.rbs', line 2921

def custom_properties
  @custom_properties
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2919
2920
2921
# File 'sig/types.rbs', line 2919

def description
  @description
end

#entity_name::String

Returns the value of attribute entity_name.

Returns:

  • (::String)


2916
2917
2918
# File 'sig/types.rbs', line 2916

def entity_name
  @entity_name
end

#is_parent_entityBoolean

Returns the value of attribute is_parent_entity.

Returns:

  • (Boolean)


2918
2919
2920
# File 'sig/types.rbs', line 2918

def is_parent_entity
  @is_parent_entity
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


2917
2918
2919
# File 'sig/types.rbs', line 2917

def label
  @label
end