Class: Aws::Types::ListProfileObjectTypeItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1885
1886
1887
# File 'sig/types.rbs', line 1885

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1884
1885
1886
# File 'sig/types.rbs', line 1884

def description
  @description
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


1886
1887
1888
# File 'sig/types.rbs', line 1886

def last_updated_at
  @last_updated_at
end

#max_available_profile_object_count::Integer

Returns the value of attribute max_available_profile_object_count.

Returns:

  • (::Integer)


1888
1889
1890
# File 'sig/types.rbs', line 1888

def max_available_profile_object_count
  @max_available_profile_object_count
end

#max_profile_object_count::Integer

Returns the value of attribute max_profile_object_count.

Returns:

  • (::Integer)


1887
1888
1889
# File 'sig/types.rbs', line 1887

def max_profile_object_count
  @max_profile_object_count
end

#object_type_name::String

Returns the value of attribute object_type_name.

Returns:

  • (::String)


1883
1884
1885
# File 'sig/types.rbs', line 1883

def object_type_name
  @object_type_name
end

#source_priority::Integer

Returns the value of attribute source_priority.

Returns:

  • (::Integer)


1889
1890
1891
# File 'sig/types.rbs', line 1889

def source_priority
  @source_priority
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


1890
1891
1892
# File 'sig/types.rbs', line 1890

def tags
  @tags
end