Class: Aws::Types::GetProfileResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetProfileResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_encoding ⇒ ::String
Returns the value of attribute content_encoding.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#profile ⇒ ::String
Returns the value of attribute profile.
Instance Attribute Details
#content_encoding ⇒ ::String
Returns the value of attribute content_encoding.
198 199 200 |
# File 'sig/types.rbs', line 198 def content_encoding @content_encoding end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
199 200 201 |
# File 'sig/types.rbs', line 199 def content_type @content_type end |
#profile ⇒ ::String
Returns the value of attribute profile.
200 201 202 |
# File 'sig/types.rbs', line 200 def profile @profile end |