Class: Aws::Types::DisplayContentOverrides
- Inherits:
-
Object
- Object
- Aws::Types::DisplayContentOverrides
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#operation_name ⇒ ::String
Returns the value of attribute operation_name.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
934 935 936 |
# File 'sig/types.rbs', line 934 def body @body end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
935 936 937 |
# File 'sig/types.rbs', line 935 def endpoint @endpoint end |
#operation_name ⇒ ::String
Returns the value of attribute operation_name.
936 937 938 |
# File 'sig/types.rbs', line 936 def operation_name @operation_name end |