Class: Aws::Types::ContentTypeProfile
- Inherits:
-
Object
- Object
- Aws::Types::ContentTypeProfile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#format ⇒ "URLEncoded"
Returns the value of attribute format.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
Instance Attribute Details
#content_type ⇒ ::String
Returns the value of attribute content_type.
388 389 390 |
# File 'sig/types.rbs', line 388 def content_type @content_type end |
#format ⇒ "URLEncoded"
Returns the value of attribute format.
386 387 388 |
# File 'sig/types.rbs', line 386 def format @format end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
387 388 389 |
# File 'sig/types.rbs', line 387 def profile_id @profile_id end |