Class: Aws::Types::GetProfileObjectTypeTemplateResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:fields, :keys])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_profile_creationBoolean

Returns the value of attribute allow_profile_creation.

Returns:

  • (Boolean)


1311
1312
1313
# File 'sig/types.rbs', line 1311

def allow_profile_creation
  @allow_profile_creation
end

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

Returns the value of attribute fields.

Returns:



1313
1314
1315
# File 'sig/types.rbs', line 1313

def fields
  @fields
end

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

Returns the value of attribute keys.

Returns:



1314
1315
1316
# File 'sig/types.rbs', line 1314

def keys
  @keys
end

#source_last_updated_timestamp_format::String

Returns the value of attribute source_last_updated_timestamp_format.

Returns:

  • (::String)


1312
1313
1314
# File 'sig/types.rbs', line 1312

def source_last_updated_timestamp_format
  @source_last_updated_timestamp_format
end

#source_name::String

Returns the value of attribute source_name.

Returns:

  • (::String)


1309
1310
1311
# File 'sig/types.rbs', line 1309

def source_name
  @source_name
end

#source_object::String

Returns the value of attribute source_object.

Returns:

  • (::String)


1310
1311
1312
# File 'sig/types.rbs', line 1310

def source_object
  @source_object
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


1308
1309
1310
# File 'sig/types.rbs', line 1308

def template_id
  @template_id
end