Class: Aws::Types::ContentTypeProfile

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


388
389
390
# File 'sig/types.rbs', line 388

def content_type
  @content_type
end

#format"URLEncoded"

Returns the value of attribute format.

Returns:

  • ("URLEncoded")


386
387
388
# File 'sig/types.rbs', line 386

def format
  @format
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


387
388
389
# File 'sig/types.rbs', line 387

def profile_id
  @profile_id
end