Class: Aws::Types::PutProfileObjectTypeResponse

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)


2369
2370
2371
# File 'sig/types.rbs', line 2369

def allow_profile_creation
  @allow_profile_creation
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2376
2377
2378
# File 'sig/types.rbs', line 2376

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2365
2366
2367
# File 'sig/types.rbs', line 2365

def description
  @description
end

#encryption_key::String

Returns the value of attribute encryption_key.

Returns:

  • (::String)


2368
2369
2370
# File 'sig/types.rbs', line 2368

def encryption_key
  @encryption_key
end

#expiration_days::Integer

Returns the value of attribute expiration_days.

Returns:

  • (::Integer)


2367
2368
2369
# File 'sig/types.rbs', line 2367

def expiration_days
  @expiration_days
end

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

Returns the value of attribute fields.

Returns:



2374
2375
2376
# File 'sig/types.rbs', line 2374

def fields
  @fields
end

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

Returns the value of attribute keys.

Returns:



2375
2376
2377
# File 'sig/types.rbs', line 2375

def keys
  @keys
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


2377
2378
2379
# File 'sig/types.rbs', line 2377

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)


2372
2373
2374
# File 'sig/types.rbs', line 2372

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)


2371
2372
2373
# File 'sig/types.rbs', line 2371

def max_profile_object_count
  @max_profile_object_count
end

#object_type_name::String

Returns the value of attribute object_type_name.

Returns:

  • (::String)


2364
2365
2366
# File 'sig/types.rbs', line 2364

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)


2370
2371
2372
# File 'sig/types.rbs', line 2370

def source_last_updated_timestamp_format
  @source_last_updated_timestamp_format
end

#source_priority::Integer

Returns the value of attribute source_priority.

Returns:

  • (::Integer)


2373
2374
2375
# File 'sig/types.rbs', line 2373

def source_priority
  @source_priority
end

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

Returns the value of attribute tags.

Returns:

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


2378
2379
2380
# File 'sig/types.rbs', line 2378

def tags
  @tags
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


2366
2367
2368
# File 'sig/types.rbs', line 2366

def template_id
  @template_id
end