Class: Aws::Types::ContentTypeProfileConfig
- Inherits:
-
Object
- Object
- Aws::Types::ContentTypeProfileConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_type_profiles ⇒ Types::ContentTypeProfiles
Returns the value of attribute content_type_profiles.
-
#forward_when_content_type_is_unknown ⇒ Boolean
Returns the value of attribute forward_when_content_type_is_unknown.
Instance Attribute Details
#content_type_profiles ⇒ Types::ContentTypeProfiles
Returns the value of attribute content_type_profiles.
394 395 396 |
# File 'sig/types.rbs', line 394 def content_type_profiles @content_type_profiles end |
#forward_when_content_type_is_unknown ⇒ Boolean
Returns the value of attribute forward_when_content_type_is_unknown.
393 394 395 |
# File 'sig/types.rbs', line 393 def forward_when_content_type_is_unknown @forward_when_content_type_is_unknown end |