Class: Aws::Types::GetProfileObjectTypeResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :fields, :keys])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_profile_creationBoolean

Returns the value of attribute allow_profile_creation.

Returns:

  • (Boolean)


1289
1290
1291
# File 'sig/types.rbs', line 1289

def allow_profile_creation
  @allow_profile_creation
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1296
1297
1298
# File 'sig/types.rbs', line 1296

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1285
1286
1287
# File 'sig/types.rbs', line 1285

def description
  @description
end

#encryption_key::String

Returns the value of attribute encryption_key.

Returns:

  • (::String)


1288
1289
1290
# File 'sig/types.rbs', line 1288

def encryption_key
  @encryption_key
end

#expiration_days::Integer

Returns the value of attribute expiration_days.

Returns:

  • (::Integer)


1287
1288
1289
# File 'sig/types.rbs', line 1287

def expiration_days
  @expiration_days
end

#fields::Hash[::String, Types::ObjectTypeField]

Returns the value of attribute fields.

Returns:



1294
1295
1296
# File 'sig/types.rbs', line 1294

def fields
  @fields
end

#keys::Hash[::String, ::Array[Types::ObjectTypeKey]]

Returns the value of attribute keys.

Returns:



1295
1296
1297
# File 'sig/types.rbs', line 1295

def keys
  @keys
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


1297
1298
1299
# File 'sig/types.rbs', line 1297

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)


1291
1292
1293
# File 'sig/types.rbs', line 1291

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)


1292
1293
1294
# File 'sig/types.rbs', line 1292

def max_profile_object_count
  @max_profile_object_count
end

#object_type_name::String

Returns the value of attribute object_type_name.

Returns:

  • (::String)


1284
1285
1286
# File 'sig/types.rbs', line 1284

def object_type_name
  @object_type_name
end

#source_last_updated_timestamp_format::String

Returns the value of attribute source_last_updated_timestamp_format.

Returns:

  • (::String)


1290
1291
1292
# File 'sig/types.rbs', line 1290

def source_last_updated_timestamp_format
  @source_last_updated_timestamp_format
end

#source_priority::Integer

Returns the value of attribute source_priority.

Returns:

  • (::Integer)


1293
1294
1295
# File 'sig/types.rbs', line 1293

def source_priority
  @source_priority
end

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

Returns the value of attribute tags.

Returns:

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


1298
1299
1300
# File 'sig/types.rbs', line 1298

def tags
  @tags
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


1286
1287
1288
# File 'sig/types.rbs', line 1286

def template_id
  @template_id
end