Class: Aws::Types::EndpointDisplayContentResponse
- Inherits:
-
Object
- Object
- Aws::Types::EndpointDisplayContentResponse
- 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.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def body @body end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def endpoint @endpoint end |
#operation_name ⇒ ::String
Returns the value of attribute operation_name.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def operation_name @operation_name end |