Method: Aws::AppMesh::Types#text
- Defined in:
- lib/aws-sdk-appmesh/types.rb
#text ⇒ String
3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 |
# File 'lib/aws-sdk-appmesh/types.rb', line 3574 class LoggingFormat < Struct.new( :json, :text, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Json < LoggingFormat; end class Text < LoggingFormat; end class Unknown < LoggingFormat; end end |