Class: Aws::Types::PutProfileObjectTypeRequest

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)


2353
2354
2355
# File 'sig/types.rbs', line 2353

def allow_profile_creation
  @allow_profile_creation
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2349
2350
2351
# File 'sig/types.rbs', line 2349

def description
  @description
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2347
2348
2349
# File 'sig/types.rbs', line 2347

def domain_name
  @domain_name
end

#encryption_key::String

Returns the value of attribute encryption_key.

Returns:

  • (::String)


2352
2353
2354
# File 'sig/types.rbs', line 2352

def encryption_key
  @encryption_key
end

#expiration_days::Integer

Returns the value of attribute expiration_days.

Returns:

  • (::Integer)


2351
2352
2353
# File 'sig/types.rbs', line 2351

def expiration_days
  @expiration_days
end

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

Returns the value of attribute fields.

Returns:



2357
2358
2359
# File 'sig/types.rbs', line 2357

def fields
  @fields
end

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

Returns the value of attribute keys.

Returns:



2358
2359
2360
# File 'sig/types.rbs', line 2358

def keys
  @keys
end

#max_profile_object_count::Integer

Returns the value of attribute max_profile_object_count.

Returns:

  • (::Integer)


2355
2356
2357
# File 'sig/types.rbs', line 2355

def max_profile_object_count
  @max_profile_object_count
end

#object_type_name::String

Returns the value of attribute object_type_name.

Returns:

  • (::String)


2348
2349
2350
# File 'sig/types.rbs', line 2348

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)


2354
2355
2356
# File 'sig/types.rbs', line 2354

def source_last_updated_timestamp_format
  @source_last_updated_timestamp_format
end

#source_priority::Integer

Returns the value of attribute source_priority.

Returns:

  • (::Integer)


2356
2357
2358
# File 'sig/types.rbs', line 2356

def source_priority
  @source_priority
end

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

Returns the value of attribute tags.

Returns:

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


2359
2360
2361
# File 'sig/types.rbs', line 2359

def tags
  @tags
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


2350
2351
2352
# File 'sig/types.rbs', line 2350

def template_id
  @template_id
end